aboutsummaryrefslogtreecommitdiff
path: root/python/python2-mistune/README
diff options
context:
space:
mode:
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.