Mermaid.jsでいろんな書き方を試してみる
よく使いそうなやつ
データベース
flowchart LR
id1[(Database)]
flowchart LR
id1[(Database)]
サークル
flowchart LR
id1((This is the text in the circle))
flowchart LR
id1((This is the text in the circle))
グルーピング
flowchart TB
subgraph one
direction TB
subgraph B1
direction RL
i1 -.- f1
end
subgraph B2
direction BT
i2 -.- f2
end
end
その他記法
Length | 1 | 2 | 3 |
---|---|---|---|
Normal | --- | ---- | ----- |
Normal with arrow | --> | ---> | ----> |
Thick | === | ==== | ===== |
Thick with arrow | ==> | ===> | ====> |
Dotted | -.- | -..- | -...- |
Dotted with arrow | -.-> | -..-> | -...-> |