copied over from [lumbung-theme repo](https://git.vvvvvvaria.org/rra/lumbung-feed-aggregator/issues/10)
```
title: "rra: “"The fediverse is diverse beca…”"
```
> this kind of stuff breaks things
r
changed title from there is no yaml/toml-specific sanitization happening to [feed.py] there is no yaml/toml-specific sanitization happening2022-01-07 10:00:38 +00:00
Quotes, square brackets or other things that are syntax in yaml/toml (the post frontmatter) need to be escaped or otherwise things break!
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.
> Quotes, square brackets or other things that are syntax in yaml/toml (the post frontmatter) need to be escaped or otherwise things break!
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!