diff options
Diffstat (limited to 'python/python3-mistune/README')
-rw-r--r-- | python/python3-mistune/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-mistune/README b/python/python3-mistune/README new file mode 100644 index 0000000000000..c28308673a6b4 --- /dev/null +++ b/python/python3-mistune/README @@ -0,0 +1,11 @@ +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. + +This is the python3 only package (the current v2 series of mistune). + +For the legacy v1 series of mistune, please install the python2-mistune +SlackBuild instead. |