图片
- 
- <img src = "./md_test.png" with=200 height ="300"/>
时序图
实线 : -> ->>
虚线 : --> -->>
背景:
rect rgb(244,244,255)
end
列子
```mermaid
sequenceDiagram
A->>B:1
B->>B:b to b
B-->A:2
Note left of A:aaa
Note right of B:aaa
Note over of B,A:aaa<br/>ccrect rgb(112,244,255)
opt 背景
A->>B:11
end
endrect rgb(244,244,255)
alt
A ->> B :是
else
A ->> C :否
end
endrect rgb(200,200,255)
par 条件1
A ->>B : 条件1
and 条件2
A ->>C : 条件2-and
end
end