Flask-Mistune

A interface between the Flask web framework and the Mistune Markdown parser.


License
MIT
Install
pip install Flask-Mistune==0.1.0

Documentation

Flask-Mistune

Flask interface for mistune markdown parser

Build Status PyPi version PyPi downloads

How to install:

pip install flask-mistune

How to use:

# import the packages
from flask_mistune import Mistune, markdown
# register the app
Mistune(app)
<!--use as a filter-->
<p>{{ text| markdown }}<p>