Constantine Vitt

Results 5 comments of Constantine Vitt

I think the owner of the package / repository is no longer maintaining it at all... There are open issues which have not received any feedback from him since 2014.

Thanks for the find, it is certainly helpful. However, processing markdown at the template level is not a good idea, furthermore, `safe_mode` is deprecated [Python-Markdown 2.6 Release Notes](http://pythonhosted.org/Markdown/release-2.6.html) [http://pythonhosted.org/Markdown/reference.html#safe_mode](http://pythonhosted.org/Markdown/reference.html#safe_mode) I...

It's the link you posted, I dragged it from your post into mine... hahaha, I guess it didn't work... I corrected it

Here is my solution using the above information... this is the model.py file ``` from django.utils.safestring import mark_safe from markdown import markdown from markdown.extensions import Extension class EscapeHtml(Extension): def extendMarkdown(self,...

Credit goes to you... you found the original post, I just read a little more into it... =)