From 0782c4f01168e4c9c2346da98706bea72d4385ca Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Wed, 2 Jul 2014 14:46:20 +0800 Subject: [PATCH] Add Mistune for Markdown: https://github.com/lepture/mistune --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1059235d..ae9c4955 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Sphinx](http://sphinx-doc.org/) - Python Documentation generator. * [reStructuredText](http://docutils.sourceforge.net/rst.html) - Markup Syntax and Parser Component of Docutils. * [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown. +* [Mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown. * [MkDocs](http://www.mkdocs.org/) - Markdown friendly documentation generator. ## Imagery