第一层标题
第二层标题
第三层标题
第四层标题
第五层标题
第六层标题
- 文字前面加点
1.文字前面加数字
文本加链接 【xx】(xxx)
baidu-
网络图片加链接!【】(xxx)
引用 【>】
一盏灯, 一片昏黄; 一简书, 一杯淡茶。 守着那一份淡定, 品读属于自己的寂寞。 保持淡定, 才能欣赏到最美丽的风景! 保持淡定, 人生从此不再寂寞。
用两个 【】 包含一段文本就是粗体的语法,用一个 【*】包含一段文本就是斜体的语法。
-
代码引用 【``】
hello wold
多段代码
···
UIContentSizeCategoryExtraExtraLarge: @17,
UIContentSizeCategoryExtraLarge: @16,
UIContentSizeCategoryLarge: @14,
UIContentSizeCategoryMedium: @14,
UIContentSizeCategorySmall: @12,
···表格
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
dog | bird | cat |
---|---|---|
foo | foo | foo |
bar | bar | bar |
baz | baz | baz |
高级用法(网页暂不支持)
LaTeX 公式
可以创建行内公式,例如 $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$。或者块级公式:
$$ x = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$
流程图
st=>start: Start
e=>end
op=>operation: My Operation
cond=>condition: Yes or No?
st->op->cond
cond(yes)->e
cond(no)->op
以及时序图:
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
提示:想了解更多,请查看流程图[语法][3]以及时序图[语法][4]。
复选框
使用 - [ ]
和 - [x]
语法可以创建复选框,实现 todo-list 等功能。例如:
- [x] 已完成事项
- [x] 待办事项1
- [ ] 待办事项2