luanti-org / luanti-org/luanti-org.github.io
Bug: Markdown parser is including linebreaks
Nobody has claimed this yet.
- Dominant language
- SCSS
- Stars
- 141
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
The markdown parser is inserting <br> when lines are broken on https://www.luanti.org/app-privacy-policy/
Markdown requires two line breaks, \\, or double space to start a new line/paragraph
Contributor guide
No contributing guide indexed for this repository
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
Start by inspecting the rendered Markdown on https://www.luanti.org/app-privacy-policy/ and trace it back to the site's Markdown parser. Compare ordinary line breaks with the documented two-line-break, backslash, and double-space cases. Done means ordinary broken lines no longer create
elements while intentional Markdown line breaks still work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100