马上注册,阅读更多内容,享用更多功能!
您需要 登录 才可以下载或查看,没有账号?立即注册
×
注意:中间的符号或多或少都不行 代码 | 形状 | A-->B | 箭头 | A---B | 直连 | A--text---B | 注释 | A--text-->B | 箭头注释 | A-.-B | 虚线直连 | A-.->B | 虚线箭头 | A-.text.-B | 虚线注释直连 | A-.text.->B | 箭头虚线注释 | A===B | 加粗直连 | A==>B | 加粗箭头 | A==text===B | 加粗注释直连 | A==text==>B | 加粗注释箭头 |
| graph TB |
| A1-->B1 |
| A2---B2 |
| A3--text---B3 |
| A4--text-->B4 |
| A6-.-B5 |
| A6-.->B6 |
| A7-.text.-B7 |
| A8-.text.->B8 |
| A9===B9 |
| A10==>B10 |
| A11==text===B11 |
| A12==text==>B12 |
| |
[mermaid]graph TB
A1-->B1
A2---B2
A3--text---B3
A4--text-->B4
A6-.-B5
A6-.->B6
A7-.text.-B7
A8-.text.->B8
A9===B9
A10==>B10
A11==text===B11
A12==text==>B12[/mermaid]
[mermaid]graph LR
A[A] --> B[B]
A1[A] --- B1[B]
A4[A] -.- B4[B]
A5[A] -.-> B5[B]
A7[A] ==> B7[B]
A2[A] -- 描述 --- B2[B]
A3[A] -- 描述 --> B3[B]
A6[A] -. 描述 .-> B6[B]
A8[A] == 描述 ==> B8[B][/mermaid]
graph LR
A[A] --> B[B]
A1[A] --- B1[B]
A4[A] -.- B4[B]
A5[A] -.-> B5[B]
A7[A] ==> B7[B]
A2[A] -- 描述 --- B2[B]
A3[A] -- 描述 --> B3[B]
A6[A] -. 描述 .-> B6[B]
A8[A] == 描述 ==> B8[B]
|
|