
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.
13 lines
230 B
Text
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
|
|
```
|