slackbuilds/python/mistune
Andrew Clemons c9dd6cb481
python/mistune: Build python2 version also.
python/Automat requires mistune (python2 version).

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-25 16:56:06 +07:00
..
README
mistune.SlackBuild python/mistune: Build python2 version also. 2021-07-25 16:56:06 +07:00
mistune.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc python/mistune: Fix slack-desc. 2017-03-25 13:29:46 +00:00

README

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.