ReadYouApp / ReadYouApp/ReadYou
nested list not parsed correctly
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 7.5k
- Forks
- 330
- PR merge metrics
- No merged PRs in 30d
Description
1. Environment
- OS: [Android 11]
- APP: [0.8.1]
2. Describe the bug
on some articles with nested lists, the lists aren't parsed correctly. like this one: https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/
it looks like this

while it should look like this:

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 reproducing the nested-list rendering problem with the linked article in the Android app, comparing the current output with the expected screenshot. Trace the list-parsing or rendering entry point reached by that article; done means nested lists display with the expected structure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100