语法自动生成,保持独占一行
@[toc]
正文
普通文本需要回车
需要在上一段文本末尾加至少2个空格
# 一级标题
## 二级标题
### 三级标题
用```来标记,起始和末尾都要
- 无序列表1
- 无序列表2
1. 有序列表1
2. 有序列表2
如果你需要在文稿中引用一段别处的句子,那么就要用到「引用」格式。
在引用文字前加上> 并与文字保留一个字符的空格,即可。
好好学习,天天向上。 —— 毛泽东
>好好学习,天天向上。 —— 毛泽东
这是粗体,这是斜体,这是删除,++这是下滑++,这是高亮
**这是粗体**,*这是斜体*,~~这是删除~~,++这是下滑++,==这是高亮==
插入链接只需要使用 文本 即可。
插入图片只需在链接前加个!即可。
插入链接只需要使用 [文本](链接地址) 即可。
插入图片只需在链接前加个![有道云笔记](https://imgconvert.csdnimg.cn/aHR0cDovL25vdGUueW91ZGFvLmNvbS9mYXZpY29uLmljbw?x-oss-process=image/format,png)即可
第一段内容
***
第二段内容
- [x] 已完成项目1
- [x] 已完成事项1
- [x] 已完成事项2
- [ ] 待办事项1
- [ ] 待办事项2
用```math开头
∮ C x 3 d x + 4 y 2 d y \oint_C x^3\, dx+4y^2\,dy ∮Cx3dx+4y2dy
\oint_C x^3\, dx+4y^2\,dy
点击跳转至66
跳转文本需要放在html中,标题语法h1-6包含,#66是需要跳转的id
[点击跳转至66](#66)
1-->2
2---3
3--text---4
5--text-->6
6-.-7
7-.->8
9-.text.-10
10-.text.->11
11===12
13==>14
14==text===15
15==text==>16
简单表格
1 | 2 | 3 |
---|---|---|
11 | 12 | 13 |
21 | 22 | 23 |
1|2|3
---|---|---
11|12|13
21|22|23
复杂表格
1 | 2 | 3 |
---|---|---|
1111111 | 2222222 | 3333333 |
21 | 22 | 23 |
|1 | 2| 3 |
|:------|------:|:-----:|
|1111111|2222222|3333333|
|21 | 22| 23 |
graph TD
A[过节]==>B(去买东西)
B --> C{让我想想}
C --1--> D[东西1]
C --2--- E[东西2]
C -.3.-> F[东西3]
sequenceDiagram
Note over Alice, John:预热专有服
loop every day
Alice->>John: Hello John, how are you?
John-->> Alice: Great!
end
sequenceDiagram
Alice->>Bob: Hello Bob, how are you?
alt is sick
Bob->>Alice:not so good :(
else is well
Bob->>Alice:good
end
opt Extra response
Bob->>Alice:Thanks for asking
end
sequenceDiagram
# 通过设定参与者(participant)的顺序控制展示顺序
participant B
participant A
Note right of A: 倒霉, 碰到B了
A->>B: Hello B, how are you ?
note left of B: 倒霉,碰到A了
B-->>A: Fine, thx, and you?
note over A,B:快点溜,太麻烦了。。。
A->>B: I'm fine too.
note left of B: 快点打发了A
B-->>A: Great!
note right of A: 溜之大吉
A-xB: Wait a moment
loop Look B every minute
A->>B: look B, go?
B->>A: let me go?
end
B--xA: I'm off, byte
note right of A: 太好了, 他走了
gantt
dateFormat YYYY-MM-DD
title 产品计划表
section 初期阶段
明确需求: 2016-03-01, 10d
section 中期阶段
跟进开发: 2016-03-11, 15d
section 后期阶段
走查测试: 2016-03-20, 9d
gantt
dateFormat YYYY-MM-DD
title Adding GANTT diagram functionality to mermaid
section A section
Completed task :done, des1, 2014-01-06,2014-01-08
Active task :active, des2, 2014-01-09, 3d
Future task : des3, after des2, 5d
Future task2 : des4, after des3, 5d
section Critical tasks
Completed task in the critical line :crit, done, 2014-01-06,24h
Implement parser and jison :crit, done, after des1, 2d
Create tests for parser :crit, active, 3d
Future task in critical line :crit, 5d
Create tests for renderer :2d
Add to mermaid :1d
section Documentation
Describe gantt syntax :active, a1, after des1, 3d
Add gantt diagram to demo page :after a1 , 20h
Add another diagram to demo page :doc1, after a1 , 48h
section Last section
Describe gantt syntax :after doc1, 3d
Add gantt diagram to demo page : 20h
Add another diagram to demo page : 48h