1
0
Fork 0
freesewing/sites/dev/docs/howtos/editors/frontmatter/multi-line/readme.mdx

14 lines
223 B
Text
Raw Normal View History

---
title: Multi-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
```