From 561edcd84afea0fe68ec7e034bc3cea34caa8e33 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 22 Oct 2022 01:23:07 +0100 Subject: python/python3-mistune: Added (Python markdown parser) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-mistune/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-mistune/README (limited to 'python/python3-mistune/README') diff --git a/python/python3-mistune/README b/python/python3-mistune/README new file mode 100644 index 0000000000..c28308673a --- /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. -- cgit v1.2.3