Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RSS feed text doesn't respect newline #428

Open
notramo opened this issue Jan 15, 2021 · 1 comment
Open

RSS feed text doesn't respect newline #428

notramo opened this issue Jan 15, 2021 · 1 comment
Labels

Comments

@notramo
Copy link

notramo commented Jan 15, 2021

RSS feed text doesn't represent newlines the same way as rendered webpage does.
If I write this text in the editor:

This is on the first line.
This is on the second line.
This is on the third line.

then it is rendered on the web like this:

This is on the first line.
This is on the second line.
This is on the third line.

but in RSS, like this:

This is on the first line. This is on the second line. This is on the third line.

Instance: wordsmith.social

@thebaer thebaer added the bug label Aug 31, 2021
@thebaer
Copy link
Member

thebaer commented Aug 31, 2021

Thanks for this report. I think we'll need to add <br>s in the RSS feed content to fix this. (On the web, we use CSS to preserve these line breaks, and that won't work for the RSS feed.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants