#1712·milkdown

[Feature] Frontmatter/metadata support

Author: batonacCreated Mar 6, 2025Updated Jul 16, 2026
Labelsenhancement

Initial checklist

Problem

Some programs parse document metadata (or "properties") inside a triple-dash delimitated front matter section. For example, the following properties are example configuration parameters for a Marp slideshow:

---
theme: default
class: invert
auto-scaling: true
---

Milkdown doesn't know what to do with this at present:

Image

Solution

Some editors just provide an extra-formatted YAML editor:

Image

Obsidian really spices things up:

Image

Alternatives

Use a different editor other than Milkdown