Tusky icon indicating copy to clipboard operation
Tusky copied to clipboard

Markdown lists are rendered with excess space between list items

Open Hund opened this issue 10 months ago • 1 comments

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):

Image

Pinafore (good):

Image

Steps to reproduce the problem

  1. Create list.

Debug information

  • Tusky 27.2
  • Google Pixel 7
  • Android version: 15
  • SDK version: 35

Hund avatar Mar 01 '25 07:03 Hund

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

connyduck avatar Mar 10 '25 20:03 connyduck