aboutsummaryrefslogtreecommitdiff
path: root/python/python2-mistune/README
diff options
context:
space:
mode:
authorYth - Arnaud <yth@ythogtha.org>2022-10-22 02:04:29 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-29 10:28:33 +0700
commit4c4b1351c053a0774ee14896ec8e4b4e18138509 (patch)
tree1d80d2d4963179c3629bf2e9dc9e64463fae46ae /python/python2-mistune/README
parentfa4cd89c5e4b02faf5e18e697a6289fbcfa4091a (diff)
python/python2-mistune: Added (Python markdown parser)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-mistune/README')
-rw-r--r--python/python2-mistune/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python2-mistune/README b/python/python2-mistune/README
new file mode 100644
index 0000000000..342a27b08a
--- /dev/null
+++ b/python/python2-mistune/README
@@ -0,0 +1,8 @@
+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 python2 only package.