Skip to main content

YAML

Use | if you want those line breaks to be preserved as \n (for instance, embedded markdown with paragraphs).

multi line preserving new line \n:

key: |
### Heading
* Bullet
* Points

text converting new line chars to spaces in one line:

key: >
Your long
string here.