code:{名前}.mermaid
で書くmemoflowchart TB
A[Hello]-->B[World];
hello world.mermaidflowchart TB
A[Hello]-->B[World];
memoflowchart LR
A[Hello]-->B[World];
hello world.mermaidflowchart LR
A[Hello]-->B[World];
memoflowchart LR
A["ハロー"]-->B["ワールド"];
hello world.mermaidflowchart LR
A["ハロー"]-->B["ワールド"];
memo flowchart LR
A[node1]-->B[node2]---C[node3];
hello world.mermaidflowchart LR
A[node1]-->B[node2]---C[node3];