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

その他記法

Length123
Normal------------
Normal with arrow-->--->---->
Thick============
Thick with arrow==>===>====>
Dotted-.--..--...-
Dotted with arrow-.->-..->-...->