Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guodongxiaren committed Jul 8, 2015
1 parent 908177d commit 34c97b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,14 @@ __粗体2__
[我的博客](http://blog.csdn.net/guodongxiaren "悬停显示")
```
###链接的另一种写法
[我的博客][1]
[我的博客][1]

[1]:http://blog.csdn.net/guodongxiaren "悬停显示" 语法如下:
```
[我的博客][1]
[1]:http://blog.csdn.net/guodongxiaren "悬停显示"
```
中括号[ ]里的id,可以是数字,字母,单词。这两行可以不连着写,一般把第二行的链接统一放在文章末尾,id上下对应就行了。这样正文看起来会比较干净。
中括号[ ]里的id,可以是数字,字母等的组合。这两行可以不连着写,**一般把第二行的链接统一放在文章末尾**,id上下对应就行了。这样正文看起来会比较干净。

###链接本仓库里的URL
[Book](./Book)
Expand Down

0 comments on commit 34c97b5

Please sign in to comment.