Mistune: Python Markdown Parser

Release v2.0.5.

A fast yet powerful Python Markdown parser with renderers and plugins, compatible with sane CommonMark rules.

Using old Mistune? Checkout docs: https://mistune.readthedocs.io/en/v0.8.4/

Installation

Installing Mistune is quite easy with pip.

$ pip install mistune==2.0.5

Mistune has no external dependencies.