From 12f111f195d5ddc8c9b3b5d948b27bf79ad4132f Mon Sep 17 00:00:00 2001 From: q Date: Fri, 21 Jul 2017 13:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Markdiwn2 -> Markdown2 修复不正确空白字符导致的展示结果不符预期 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2010da..e6c51ae 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,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-Markdown2:纯 Python 实现的 Markdown 解析器,比 Python-Markdown 更快,更准确,可扩展。[官网](https://github.com/trentm/python-markdown2) * YAML * PyYAML:Python 版本的 YAML 解析器。[官网](http://pyyaml.org/) * CSV @@ -265,7 +265,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * thefuck:修正你之前的命令行指令。[官网](https://github.com/nvbn/thefuck) * mycli:一个 MySQL 命令行客户端,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/mycli) * pgcli:Postgres 命令行工具,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/pgcli) -    *   try:一个从来没有更简单的命令行工具,用来试用python库。[官网](https://github.com/timofurrer/try) + * try:一个从来没有更简单的命令行工具,用来试用python库。[官网](https://github.com/timofurrer/try) ### 下载器