markdown-viewer icon indicating copy to clipboard operation
markdown-viewer copied to clipboard

Incorrect indented list rendering

Open JeppeSRC opened this issue 4 years ago • 1 comments
trafficstars

Indented items in unordered lists are incorrectly rendered in firefox works fine in chrome. I haven't tested any other browsers.

Markdown:

- Hello
- World
- List
-- Ident
- Opsie

Result:

FireFox image

Chrome image

JeppeSRC avatar Jan 10 '21 17:01 JeppeSRC

I see, most likely Firefox picks up some default style, because it adds 16px padding top on the nested ul list.

simov avatar Jan 11 '21 10:01 simov

Seems to be working in latest Markdown Viewer v5.1

simov avatar Mar 18 '23 09:03 simov