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 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.