summaryrefslogtreecommitdiffstats
path: root/python/mistune/README
blob: e68c05291907d5a0e335a116c2c87119e4e1b584 (plain)
1
2
3
4
5
6
Mistune is a markdown parser in pure Python.

It has the following features:
 *  Pure Python. Tested in Python 2.6+, Python 3.3+ and PyPy.
 *  Very Fast. It is the fastest in all pure Python markdown parsers.
 *  More Features. Table, footnotes, autolink, fenced code etc.