firesidelabs / fireside-features

Fireside feature suggestions and discussion.
18 stars 1 forks source link

JSON feed invalid syntax with newlines in description (or other fields) #156

Open rezelute opened 3 years ago

rezelute commented 3 years ago

If you enter anything into an episode description box that contains a new line, the JSON feed that is generated (content_html is the culprit) contains new lines (\n) which make the syntax invalid. This makes it difficult to use the feed because we have to parse the JSON as text and then manually remove the \n to fix the structure.