【md文件格式】
md为MarkDown的缩写。
1、*Text*、_Text_ 均为斜体。类似HTML<em>
2、**Text**、__Text__均为加粗。类似HTML<strong>
3、要建立一个行内式的链接,只要在方块括号后面紧接着圆括号并插入网址链接即可,如果你还想要加上链接的 title 文字,只要在网址后面,用双引号把 title 文字包起来即可,例如:
This is [an example](http://example.com/ "Title") inline link.
[This link](http://example.net/) has no title attribute.
参考:
1、文件格式详解:http://wowubuntu.com/markdown/
2、demo:https://github.com/guoyunsky/Markdown-Chinese-Demo