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

Markdown code tag is erroneous #136

Closed jessequinn closed 5 years ago

jessequinn commented 5 years ago

The following code in the editor preview looks perfect; however, once published the code appears to be processed as latex.

# add aufs4 support
patch -Np1 -i "${srcdir}/aufs4.20.4+-${_aufs}.patch"

In addition, all code tags appear to have the \n newline stripped from them. Is there anyway around this?