2021-10-17 18:26:00 +02:00
|
|
|
---
|
2022-12-22 17:24:59 -08:00
|
|
|
title: Multi-line text
|
2024-11-18 11:05:16 +01:00
|
|
|
sidebar_position: 40
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-12-22 17:24:59 -08: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: |
|
2024-11-18 11:05:16 +01:00
|
|
|
This is a multi-line text
|
|
|
|
that will be assigned to the about key
|
2021-08-25 16:09:31 +02:00
|
|
|
```
|