2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
title: Mult-line text
|
|
|
|
order: 40
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
To add multi-line text in frontmatter, use a `|` character,
|
2021-08-25 16:09:31 +02:00
|
|
|
and prefix the lines by spaces:
|
|
|
|
|
|
|
|
```md
|
|
|
|
about: |
|
|
|
|
This is a multi-line text
|
|
|
|
that will be assigned to the about key
|
|
|
|
```
|
2021-10-17 18:26:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
|