Skip to content

Commit 3aa298e

Browse files
Fix some typo in handbook.
1 parent b9ecf6c commit 3aa298e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rules/academic/handbook/markdown.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Markdown 支持有序列表和无序列表,无序列表使用星号、加号
240240
在方块括号后面紧接着圆括号并插入网址链接即可,如果还想要加上链接的 title 文字,只要在网址后面,用双引号把 title 文字包起来即可,例如:
241241

242242
```md
243-
[行内式链接标题](http://www.luogu.org/)
243+
[行内式链接标题](http://www.luogu.org/ "可选标题")
244244
```
245245

246246
显示效果:这是 [行内式链接标题](http://www.luogu.org/ "可选标题") 内联方式。
@@ -272,12 +272,12 @@ Markdown 使用一种和链接很相似的语法来标记图片。在互联网
272272
Markdown 支持以比较简短的自动链接形式来处理网址和电子邮件信箱,只要是用尖括号包起来,Markdown 就会自动把它转成链接。一般网址的链接文字就和链接地址一样,例如:
273273

274274
```markdown
275-
[https://www.luogu.com.cn/](https://www.luogu.com.cn/)
275+
<https://www.luogu.com.cn/>
276276
```
277277

278278
显示效果为:
279279

280-
[https://www.luogu.com.cn/](https://www.luogu.com.cn/)
280+
<https://www.luogu.com.cn/>
281281

282282
## 分隔线
283283

0 commit comments

Comments
 (0)