Markdown Editor for Django

It really depends on your needs – I usually use the Python markdown with bleach for sanitising the input to a list of restricted allowed tags. I combine those two into a template tag – shout-out to the pretix project, where I saw the practice first. You can see it here.

1 Like