The current idea is to use the YAML block for dev\plugins metadata. We are finalizing this decision.
Users should not really use the YAML metadata directly. If users want to use a frontmatter
, they can do so outside the YAML block, i.e.
---
YAML metadata
---
your frontmatter
---
main text
or
---
YAML metadata
---
# your frontmatter
bla bla bla
---
main text