diff options
Diffstat (limited to 'python/mistune/README')
-rw-r--r-- | python/mistune/README | 6 |
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. |