writefreely / writefreely/writefreely

RSS feed text doesn't respect newline

Open
#428 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.