1
0
Fork 0
freesewing/markdown/dev/howtos/editors/frontmatter/about/en.md

18 lines
298 B
Markdown
Raw Normal View History

---
title: About frontmatter
order: 10
---
Frontmatter is a way to add metadata to markdown documents.
Frontmatter sits at the top of the file (it's matter that's at the front) and is
surrounded by lines with three dashes on them:
```md
---
title: This is frontmatter
---
```
<ReadMore list />