1
0
Fork 0
freesewing/markdown/dev/howtos/editors/frontmatter/about/en.md
2021-12-28 11:12:21 +01:00

298 B

title order
About frontmatter 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:

---
title: This is frontmatter
---