链接

链接就是超链接,相当于html里面的<a>标签

title 属性是选择性的,链接名称可以用字母、数字和空格,但是不分大小写:

1: md标签使用方法:

不带title

语法:

[百度](http://www.baidu.com)

结果:

百度

带title

语法:

[百度](http://www.baidu.com "Title")

结果:

百度

自动链接

语法:

<http://www.baidu.com/>

结果:

http://www.baidu.com/

自动生成邮件

语法:

<[email protected]>

结果:

[email protected]

2: html标签使用方法:

语法:

<a href="http://www.baidu.com">百度</a>

结果:

百度

results matching ""

    No results matching ""