[feed.py] there is no yaml/toml-specific sanitization happening #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
copied over from lumbung-theme repo
there is no yaml/toml-specific sanitization happeningto [feed.py] there is no yaml/toml-specific sanitization happeningQuotes, square brackets or other things that are syntax in yaml/toml (the post frontmatter) need to be escaped or otherwise things break!
ruangrupa/lumbunglib#28 (comment)
Do we need to actually escape this or not? After reverting #28 everything seems to work OK
I wrote this before I started looking in to sanitization and before I wrote the PR. Afaik if we wrap everything in double quotes (as we do), we only need to be able to escape those.
cool, then this is resolved!