frontmatter

The 'frontmatter' of the Markdown document; e.g., the section that comes before the content:

```yaml
meta:
title: a good title
```

# Page

content

It's always parsed as YAML, although the codeblock only optionally includes the yaml language specifier.