Skip to content

Flask interface for mistune markdown parser

License

Notifications You must be signed in to change notification settings

flamusdiu/flask-mistune

 
 

Repository files navigation

Flask-Mistune

Flask interface for mistune markdown parser

GitHub Workflow Status GitHub release (latest SemVer) GitHub all releases

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>

About

Flask interface for mistune markdown parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.0%
  • Makefile 14.0%