Closed raspbeguy closed 3 years ago
This is probably an issue with YAML not knowing whether it's a string or a new key. Try quoting the value and see if that fixes it.
@eyeseast it works when quoting, but like I said, it works with regular CMS, and I don't wish to change all my content.
I'm not sure what to tell you here. I think your choices are to use quotes or try something else.
Hello,
When I ask python-frontmatter to parse a frontmatter with a colon
:
in the value, it throws an error.Example:
This throws the following error:
And yet the syntax with the colon is valid in regular CMS, like PicoCMS.
When I remove the colon, it works as expected.