Closed Heiko-san closed 2 years ago
You need to indent sublists four space.
Ok, thanks, that helped. :)
I'd still consider this a bug, however. The "solution" seems more like a workaround to me.
As far as Python Markdown is concerned, this is not a bug. I'll link you to the maintainer's official response: https://github.com/Python-Markdown/markdown/issues/1204#issuecomment-992499686.
Keep in mind that Python Markdown is an old-school parser, and is not a CommonMark parser. This behavior is unlikely to change.
I see. Thanks again. :) Well I think I can live with that solution. ;)
Imagine the following list:
Which markdown renders as:
However the markdown python module seems to render it as a flat list:
This is no matter if I use the plugin sane_lists or not ...
I'm using Ubtunu 20.04