writefreely / writefreely/writefreely
RSS feed text doesn't respect newline
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 5.3k
- Forks
- 398
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Reproduce the newline difference on the linked Wordsmith instance, then trace the RSS rendering path and compare its output with the web rendering; done means RSS preserves the intended line breaks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100