aboutsummaryrefslogtreecommitdiff
path: root/python/python3-mistune/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-10-22 01:23:07 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-29 10:28:32 +0700
commit561edcd84afea0fe68ec7e034bc3cea34caa8e33 (patch)
treef004b7e15a3183ab0ce83bbc89d37506e59b5a1f /python/python3-mistune/README
parentdb368a3c2cf20c2b8b67186cd997828eb66632f5 (diff)
python/python3-mistune: Added (Python markdown parser)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-mistune/README')
-rw-r--r--python/python3-mistune/README11
1 files changed, 11 insertions, 0 deletions
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.