18 lines
298 B
Markdown
18 lines
298 B
Markdown
![]() |
---
|
||
|
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 />
|