1.设置简书的markdown模式
下拉项中的设置
选择markdown
2.使用方法
markdown用法以下是对应的效果
3.以下是对应的效果
——————————————分割线—————————————
一级标题
二级标题
五级标题
- 列表第一项
- 列表第二项
- 有序列表第一项
- 有序列表第二项
标题
图片
斜体
粗体
引用段落
这里写你要输入的代码块
4.表格
写法如下:
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
<br>
样式如下:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |