summaryrefslogtreecommitdiffstats
path: root/python/mistune/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-01-24 22:46:13 +0100
committer Willy Sudiarto Raharjo2017-01-28 01:38:03 +0100
commitc8da3ed339222f4167713bcbbe3439c61853c1ed (patch)
tree99aac16a3ede7120d67898e02f9e97a45acb5ef6 /python/mistune/README
parent88e26a9d850073317b213beda47e5da8b881ccb0 (diff)
downloadslackbuilds-c8da3ed339222f4167713bcbbe3439c61853c1ed.tar.gz
python/mistune: Added (Python markdown parser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/mistune/README')
-rw-r--r--python/mistune/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/mistune/README b/python/mistune/README
new file mode 100644
index 0000000000..e68c052919
--- /dev/null
+++ b/python/mistune/README
@@ -0,0 +1,6 @@
+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.