pylixm / django-mdeditor

Django-mdeditor is Markdown Editor plugin application for django base on Editor.md.
https://pypi.org/project/django-mdeditor/
GNU General Public License v3.0
481 stars 103 forks source link

htmlDecode not working #99

Closed ezawadzki closed 3 years ago

ezawadzki commented 4 years ago

The option 'htmlDecode' in django side seems not working. Behaviour : html is not interpreted in preview side.

I tried to set manually htmlDecode in editormd.js and it works.

So a link is missing between django settings and javascript settings.

ezawadzki commented 3 years ago

Someone tried to reproduce it ?

ezawadzki commented 3 years ago

Here is a pull request : #120 I can't link it automatically to the issue.