Skip to content

Commit 943e12b

Browse files
committed
删除链接文字与链接间空行
一个 Markdown 语法错误,导致无法正确显示链接
1 parent b7bd1a9 commit 943e12b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

30-coding-style/30-01-style.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ let diameter = 7;
125125
它们支持 [Markdown 语法](https://en.wikipedia.org/wiki/Markdown)
126126
而且是注释你的公开API的主要方式。
127127

128-
支持的 markdown 语法包括列在 [GitHub Flavored Markdown]
129-
(https://help.github.com/articles/github-flavored-markdown) 文档中的所有扩展,加上上角标。
128+
支持的 markdown 语法包括列在 [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown) 文档中的所有扩展,加上上角标。
130129

131130
### 总结行
132131

@@ -136,8 +135,7 @@ let diameter = 7;
136135

137136
所有的文档注释,包括总结行,一个以大写字母开始,以句号、问号,或者感叹号结束。最好使用完整的句子而不是片段。
138137

139-
总结行应该以 [第三人称单数陈述句形式]
140-
(http://en.wikipedia.org/wiki/English_verbs#Third_person_singular_present) 来写。
138+
总结行应该以 [第三人称单数陈述句形式](http://en.wikipedia.org/wiki/English_verbs#Third_person_singular_present) 来写。
141139
基本上,这意味着用 "Returns" 而不是 "Return"。
142140

143141
例如:

0 commit comments

Comments
 (0)