eyeseast / python-frontmatter

Parse and manage posts with YAML (or other) frontmatter
http://python-frontmatter.rtfd.io
MIT License
329 stars 43 forks source link

Ending with ... #83

Closed ghost closed 3 years ago

ghost commented 3 years ago

If I end my frontmatter with ... instead of ---, parsing doesn't work.

ghost commented 3 years ago

Maybe

^[-.]{3,}\s*$

would fix it?

eyeseast commented 3 years ago

Hi. This came up a while ago. There's an example in this ticket that shows how to create a Pandoc handler which will parse mismatched starting and ending delimiters.