gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
688 stars 159 forks source link

Fix Editor Preview #126

Closed JeffVandrewJr closed 5 years ago

JeffVandrewJr commented 5 years ago

Fixes Issue #121 as outlined in that Issue.

gouthambs commented 5 years ago

Thanks for your contribution @JeffVandrewJr ..

JeffVandrewJr commented 5 years ago

@gouthambs I also have templates that swap everything for Bootstrap4 and swap Bootstrap-Markdown for SimpleMDE (much nicer). Mine are highly customized to my project as-is, but once things die down on my project I could submit PRs that conform to Flask-Blogging, if you'd be interested in that.

gouthambs commented 5 years ago

@JeffVandrewJr sure would be interesting to have improvements to the markdown editor and bootstrap. Look forward to your PR.