From dff60e5c857bfa5d3ecb7e49df83cb92f33c8979 Mon Sep 17 00:00:00 2001 From: Xiaofeng Zheng <1094013497@qq.com> Date: Fri, 15 Oct 2021 14:26:51 +0800 Subject: [PATCH] =?UTF-8?q?Update=20the=20URL=20of=20=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E6=96=87=E6=A1=88=E6=8E=92=E7=89=88=E6=8C=87=E5=8C=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7c9e6ee..f303327d 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ ### 排版 -笔记内容按照 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-CN.md) 进行排版,以保证内容的可读性。 +笔记内容按照 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-Hans.md) 进行排版,以保证内容的可读性。 不使用 `![]()` 这种方式来引用图片,而是用 `` 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 [GFM](https://github.github.com/gfm/) 不支持 `
![]()
` 这种方法让图片居中显示,只能使用 `
` 达到居中的效果。