slackbuilds_ponce/python/mistune/README
Benjamin Trigona-Harany c8da3ed339
python/mistune: Added (Python markdown parser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-01-28 07:38:03 +07:00

6 lines
273 B
Text

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.