Mistune: Python Markdown Parser
Release v3.1.3.
A fast yet powerful Python Markdown parser with renderers and plugins, compatible with sane CommonMark rules.
Using old Mistune? Checkout docs:
Installation
Installing Mistune is quite easy with pip.
$ pip install mistune==3.1.3
Mistune has no external dependencies.