Frontmatter

Frontmatter is the metadata accompanying the markdown content in a node.

For example:

---
date: 11-05-2022
tags:
  - foo
  - bar
---

This is tagged `foo` and `bar.

The YAML enclosed by the "fences"(---) is called frontmatter. These contain special values that can be used to enhance the HTML output. Frontmatter is opt-in for each node and should be written only at the start of a document.

Supported frontmatter keys

These keys are supported in frontmatter as of now: