Tusky
Tusky copied to clipboard
Markdown lists are rendered with excess space between list items
Detailed description
Markdown lists are rendered with excess space between list items, the list bullets are barley visible and they lack spacing next to the text itself.
Example:
The actual text:
* List item 1
* List item 2
* List item 3
Tusky (bad):
Pinafore (good):
Steps to reproduce the problem
- Create list.
Debug information
- Tusky 27.2
- Google Pixel 7
- Android version: 15
- SDK version: 35
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