You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @oskarko, I resolved this by not using the django-markdown-deux package. Sadly it does not appear to be actively maintained. I'd recommend taking a look at one of the core markdown packages for Python such as https://pypi.python.org/pypi/Markdown as an alternative.
When the
break-on-newline
setting is set toTrue
, line breaks are inserted into lists.settings.py
For example, when this setting is enabled a markdown list with nested list items renders like this:
To me, it would make sense if the line breaks were not rendered within list element so that the appearence would look more like this:
Would you consider this a bug?
The text was updated successfully, but these errors were encountered: