Trying to migrate from markdown2
, lists without blank lines not working
#1442
Labels
wontfix
The issue will not be fixed for the stated reasons.
Hello,
in my Django project I am using the other markdown package - I chose it back in 2021 without much thought. Currently I am working on migration to this one, but I have quite a lot of users' Markdown and these packages behave slightly differently when it comes to lists.
For example this:
or:
Does not render as a paragraph followed by list element. I also tried the "sane lists" extension. Unfortunately the
markdown2
renders this correctly so I am looking for ways how to fix this in more elegant ways than giving my users opt-in upgrade path with instructions to re-check their rendered content.Is there perhaps some extension or settings I could use to get the package to parse these lists if they immediately follow paragraph without new line? Or maybe reasonably easy custom extension that I would write would help me?
Thanks, appreciate any input!
The text was updated successfully, but these errors were encountered: