summaryrefslogtreecommitdiffstats
path: root/python/mistune/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/mistune/README')
-rw-r--r--python/mistune/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/mistune/README b/python/mistune/README
deleted file mode 100644
index e68c052919..0000000000
--- a/python/mistune/README
+++ /dev/null
@@ -1,6 +0,0 @@
-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.