From 0c5129b4823c1bc69ebff6984e0381b86ae8bd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B9=BF=E8=83=9C?= Date: Wed, 13 Jul 2016 17:39:15 +0800 Subject: [PATCH 1/2] add Markdown - Python Markdown2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9292f3c..39f6770 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * Markdown * Mistune:快速并且功能齐全的纯 Python 实现的 Markdown 解析器。[官网](https://github.com/lepture/mistune) * Python-Markdown:John Gruber’s Markdown 的 Python 版实现。[官网](https://github.com/waylan/Python-Markdown) + * Python-Markdiwn2: 纯 Python 实现的 Markdown 解析器,比 Python-Markdown 更快,更准确,可扩展。[官网](https://github.com/trentm/python-markdown2) * YAML * PyYAML:Python 版本的 YAML 解析器。[官网](http://pyyaml.org/) * CSV From b1ba965f7035c69a71ff0265ba4fab08242b9a99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=B9=BF=E8=83=9C?= Date: Wed, 13 Jul 2016 17:41:34 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f6770..0546bfe 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * Markdown * Mistune:快速并且功能齐全的纯 Python 实现的 Markdown 解析器。[官网](https://github.com/lepture/mistune) * Python-Markdown:John Gruber’s Markdown 的 Python 版实现。[官网](https://github.com/waylan/Python-Markdown) - * Python-Markdiwn2: 纯 Python 实现的 Markdown 解析器,比 Python-Markdown 更快,更准确,可扩展。[官网](https://github.com/trentm/python-markdown2) + * Python-Markdiwn2:纯 Python 实现的 Markdown 解析器,比 Python-Markdown 更快,更准确,可扩展。[官网](https://github.com/trentm/python-markdown2) * YAML * PyYAML:Python 版本的 YAML 解析器。[官网](http://pyyaml.org/) * CSV