1
0
Fork 0
freesewing/markdown/dev/howtos/editors/frontmatter/multi-line/en.md

17 lines
226 B
Markdown
Raw Normal View History

---
title: Mult-line text
order: 40
---
To add multi-line text in frontmatter, use a `|` character,
and prefix the lines by spaces:
```md
about: |
This is a multi-line text
that will be assigned to the about key
```