jonbeebe / frontmatter

A simple Python package for parsing YAML Frontmatter from a text file or string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAML error when markdown HR with three dashes is used in content

jonbeebe opened this issue · comments

In the 'content' section, if there is a line that is made of 3 dashes (valid markdown for HR):

---

This will throw an error because the parser will think there is another YAML document.