1
0
Fork 0
freesewing/sites/dev/docs/howtos/editors/frontmatter/multi-line/readme.mdx
Joost De Cock 469eb43c95
feat: Add various content types to docusaurus (#7231)
This brings blog posts, showcase posts, and newsletter editions into the Docusaurus site.

It also adds support for using TailwindCSS inside a container. So this will probably end up being the new freesewing.org site in v4.
2024-11-18 11:05:16 +01:00

13 lines
230 B
Text

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