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
Especially the lack of nl2br is an annoyance. It should be configurable at least in the ZMI. I did it, but in an existing portal you have to delete and add again the transform markdown_to_html.
The markdown transform just loads one plugin: fenced code.
I tested some others and they all worked
.markdown(orig, extensions=['markdown.extensions.fenced_code', 'tables', 'extra', 'etcetc' ])
Is there a reason for not enabling all of them.
The text was updated successfully, but these errors were encountered: