From f2a3ecc5b323c3ec2ad8a1193f07c495f76f2534 Mon Sep 17 00:00:00 2001 From: Apple Chen Date: Thu, 18 Apr 2019 09:29:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=20=E4=B8=80?= =?UTF-8?q?=E5=88=86=E9=92=9F=E4=BD=BF=E7=94=A8markdown=20=E4=BB=A5?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=20markdown=20=E6=B8=B2=E6=9F=93=E5=BC=95?= =?UTF-8?q?=E6=93=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++++- one_minute/one_minute_go_markdown.md | 10 ++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index e9f0657..49cb0fe 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,7 @@ ] }, + { title: '一分钟系列', links: [ @@ -61,7 +62,7 @@ }, { title: '一分钟使用 GitHub', - link: '/one_minute/one_minuteGoGitHub' + link: '/one_minute/one_minute_go_github' }, { title: '一分钟学会 Markdown', @@ -73,6 +74,7 @@ }, ] }, + { title: 'How To', links: [ @@ -104,6 +106,7 @@ }, ] }, + { title: 'Reference', links: [ @@ -129,6 +132,7 @@ }, ] }, + { title: '待整理', links: [ diff --git a/one_minute/one_minute_go_markdown.md b/one_minute/one_minute_go_markdown.md index c6bccaf..49e4167 100644 --- a/one_minute/one_minute_go_markdown.md +++ b/one_minute/one_minute_go_markdown.md @@ -1,7 +1,7 @@ +# 这是一级标题 + ``` -# 标题 (一级标题) -``` -# 标题 (一级标题) +# 这是一级标题 ``` ## 标题 (二级标题) ``` @@ -14,7 +14,9 @@ ####标题 (四级标题) ``` ####标题 (四级标题) -# 内容格式 +``` + +## 内容格式 ``` 无序列表: - 内容