Inside YAML front matter Zettlr renders comments # comment as ATX-Headers.
Do not render headings inside YAML codeblocks/front matter.
I think there is none.
Example (fenced)
---
title: Example
# abstract: "There sure will be an abstract one day."
keywords: stuff # add more keywords if you must
---
# Heading 1
Text text...
Example (not fenced)
This example does not work on GitHub because --- is rendered as a line.
title: Example
Text text...
Thanks for reporting! Hopefully this'll make it into 1.6!
Sooo, I just rewrote the mess concerning the mode cascade into another mess, but now the YAML mode is correctly detected in the frontmatter, meaning:
--- to — conversion)Basically: It now works as it is supposed to be :D
I think I was just about file a related issue -- thanks for being an amazingly fast dev making a great product!