diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-01-24 21:46:13 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:03 +0700 |
commit | c8da3ed339222f4167713bcbbe3439c61853c1ed (patch) | |
tree | 99aac16a3ede7120d67898e02f9e97a45acb5ef6 /python/mistune/README | |
parent | 88e26a9d850073317b213beda47e5da8b881ccb0 (diff) |
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/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/mistune/README b/python/mistune/README new file mode 100644 index 0000000000000..e68c05291907d --- /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. |