17 lines
226 B
Markdown
17 lines
226 B
Markdown
![]() |
---
|
||
|
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
|
||
|
```
|
||
|
|
||
|
|
||
|
|