miguelgrinberg / Flask-PageDown

Implementation of StackOverflow's "PageDown" markdown editor for Flask and Flask-WTF.
MIT License
244 stars 21 forks source link

PageDown JS not rendering correctly #22

Closed peterder72 closed 4 years ago

peterder72 commented 4 years ago

JavaScript code for PageDown field is being escaped and not rendered as HTML

image

Proposed fix: convert HTML strings in widgets.py to markupsafe.Markup #21

I'm not completely sure what caused this since it used to work before as it was

peterder72 commented 4 years ago

Pull request merged to master