obsidian-html
obsidian-html copied to clipboard
Separator line in notes with frontmatter is ignored
Comparing this:
---
tags: [test]
---
line one
---
line two
With this:
line one
---
line two
we can see that separator line(---) between "line one" and "line two" is ignored in the first one, but not the second.