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

14 lines
222 B
Markdown
Raw Normal View History

---
title: Mult-line text
order: 40
---
2022-02-19 08:04:25 +01:00
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
```