美文网首页
markDown的使用

markDown的使用

作者: LeeDev | 来源:发表于2016-06-15 18:23 被阅读45次

1.
‘    ```    ‘
  这里写代码片
‘    ``` ’
2.标题:   # ## ###

3.列表:  -列表文字  (1.  2.  3.)

4.连接: [简书](http://jianshu.io)

5.插入图片:![](http://jianshu.io)

6.引用: >引用文字

7.粗体: **chuti**

8.斜体:   *xieti*

9.表格: 其中 ———: 表示右对其
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |

相关文章

网友评论

      本文标题:markDown的使用

      本文链接:https://www.haomeiwen.com/subject/krdpdttx.html