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 2ab46f5 commit 908177d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,16 @@ __粗体2__

##<a name="link"/>链接
###链接外部URL
[我的博客](http://blog.csdn.net/guodongxiaren/article/details/23690801 "悬停显示")
语法如下:
[我的博客](http://blog.csdn.net/guodongxiaren "悬停显示") 语法如下:
```
[我的博客](http://blog.csdn.net/guodongxiaren/article/details/23690801 "悬停显示")
[我的博客](http://blog.csdn.net/guodongxiaren "悬停显示")
```
###链接的另一种写法
[我的博客][1]
[1]:http://blog.csdn.net/guodongxiaren/article/details/23690801 "悬停显示"
语法如下:
[1]:http://blog.csdn.net/guodongxiaren "悬停显示" 语法如下:
```
[我的博客][1]
[1]:http://blog.csdn.net/guodongxiaren/article/details/23690801 "悬停显示"
[1]:http://blog.csdn.net/guodongxiaren "悬停显示"
```
中括号[ ]里的id,可以是数字,字母,单词。这两行可以不连着写,一般把第二行的链接统一放在文章末尾,id上下对应就行了。这样正文看起来会比较干净。

Expand Down

0 comments on commit 908177d

Please sign in to comment.