Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.42k stars 534 forks source link

Newlines in Atom's `<content type="text">` aren't respected #4349

Open michaelnordmeyer opened 3 months ago

michaelnordmeyer commented 3 months ago

A feed having <content type="text"> is displayed as a single line of text. It seems like this is treated like text in a HTML file's <body> without any further <p> or <br> tags.

IMHO it should be treated like a text editor would treat text.

If this text is just dumped into an HTML view to display it, newlines should be replaced with <br>s.