QuantumBadger / QuantumBadger/RedReader
Starting a line with a number and a dot creates a numbered lists which is not always the intent
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 527
- Avg merge
- 20d 10h
- Merged PRs (30d)
- 3
Description
Reddit users sometimes start their comment with <number><dot><space>, example: 5. test
When writing a reply
How its displayed
Properties of the reply
While on Reddit, it looks like this (regardless if commented from RedReader or Reddit)
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
Reproduce the issue by writing a reply beginning with a number, dot, and space, such as 5. test, then compare the rendered result with Reddit's display. Trace the reply composition and rendering entry points to find where this text is transformed; done means ordinary numeric sentence starts no longer become unintended numbered lists while intentional lists still render correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100