Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdown plugins #17

Open
espenmn opened this issue Dec 7, 2016 · 1 comment
Open

Add markdown plugins #17

espenmn opened this issue Dec 7, 2016 · 1 comment

Comments

@espenmn
Copy link
Member

espenmn commented Dec 7, 2016

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.

@pabo3000
Copy link
Contributor

pabo3000 commented Feb 12, 2017

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.

#18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants