From eb7fdc4911dbc3722d2e75cbc142016ac219078f Mon Sep 17 00:00:00 2001 From: Sekito Lv Date: Mon, 25 Feb 2019 22:31:20 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20incorrect=20MD=20syntax=20in=20[=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E6=80=9D=E6=83=B3=E4=B8=BA:]=20section.=20=20(#3155)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove 2 ebook of [Linkers and Loaders], [Learn Python The Hard Way]. ref issue:#3091, #3062 * Fix incorrect md syntax in [整体思想为:] section. --- CONTRIBUTING-zh.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING-zh.md b/CONTRIBUTING-zh.md index 7a690317..4ec4ad33 100644 --- a/CONTRIBUTING-zh.md +++ b/CONTRIBUTING-zh.md @@ -68,14 +68,16 @@ * `1` :每个`.md`文件末尾必须留有`1`个空行 举例: - [...] - * [一本很有用的书](http://example.com/example.html) - (空行) - (空行) - ### Example - (空行) - * [Another 很有用的书](http://example.com/book.html) - * [Other 有用的书](http://example.com/other.html) +```md +[...] +* [一本很有用的书](http://example.com/example.html) + (空行) + (空行) +### Example + (空行) +* [Another 很有用的书](http://example.com/book.html) +* [Other 有用的书](http://example.com/other.html) +``` * 在 `]` 和 `(` 之间不要留有空格: -- GitLab