Skip to content

Markdown and newlines not rendering in YAML-based fields. #148

Description

@ChrysanthCow
---
history:
  - version: 0.1.4
    changes:
      - 'Added optional modded enchantments to the Primary enchantment tag.\n-Supplementaries\n  - Stasis'
custom:
  '[Enchantment Category](https://www.youtube.com/watch?v=dQw4w9WgXcQ)': '[Primary](../enchantment_categories/primary)'
  Incompatible with: 'Swift Sneak\nVaulting'
---

You might hate me for attempting this, but it is 100% possible to put Markdown into YAML fields. Although it is possible, you are unable to actually use the contents of the YAML string as markdown.

Whilst the markdown parser does not take \n, it is imo important to allow it here just to allow multi-lined changes and custom values.
This functions for both keys and values if you contain the contents using '.

These values render as such:
Image

Image Image

Metadata

Metadata

Assignees

Labels

authorsFor developers and docs authorsenhancementNew feature or request

Fields

No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions