frontmatter
The 'frontmatter' of the Markdown document; e.g., the section that comes before the content:
```yaml
meta:
title: a good title
```
# Page
contentContent copied to clipboard
It's always parsed as YAML, although the codeblock only optionally includes the yaml language specifier.