Tusky
Tusky copied to clipboard
Markdown Numbered Lists get rendered as Unnumbered
Detailed description
Numbered markdown lists are rendered as if they are unnumbered.
Example:
The actual text:
1. a
2. b
3. c
* a
* b
* c
Tusky (bad):
Web View (mastodon.social) (good):
Steps to reproduce the problem
- Create a numbered list
- Create an unnumbered list
Debug information
Tusky 28.0 beta 1
Device:
Google Pixel 7 Pro Android version: 15 SDK version: 35
Account:
@******@mendeddrum.org Version: 4.2.10
These are all related and should be addressed together. We will probably need a better html parser to fix them.
https://github.com/tuskyapp/Tusky/issues/4163 https://github.com/tuskyapp/Tusky/issues/3973 https://github.com/tuskyapp/Tusky/issues/4983 https://github.com/tuskyapp/Tusky/issues/4964