标签:
本文主要是笔者使用Markdown的一些经验总结。
在Markdown当中设置标题,有两种方式:
如果需要引用别处的句子,那么就需要用引用的格式。
引用例子
插入链接与插入图片的语法很像,区别在一个 !号
表格是mardown比较麻烦的地方,例子如下:
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
效果如下:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
[^hello]: hi 本文参考:
http://www.jianshu.com/p/1e402922ee32/ 简书使用说明
http://www.markdown.cn/ markdown官方说明书
标签:
原文地址:http://www.cnblogs.com/rickstone/p/5184982.html