File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/rules/academic/handbook Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 使用一种和链接很相似的语法来标记图片。在互联网
272272Markdown 支持以比较简短的自动链接形式来处理网址和电子邮件信箱,只要是用尖括号包起来,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
You can’t perform that action at this time.
0 commit comments