导语:
Markdown是一种轻量级的「标记语言」,它的优点很多
一,认识Markdown
在刚才的导语里提到,
使用Markdown的优点
- 专注你的文字内容
- 轻松的导出HTML
- 专注
- 轻松
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
代码段
hello world!
Markdown是一种轻量级的「标记语言」,它的优点很多
在刚才的导语里提到,
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
代码段
hello world!