Testing Mermaid in Hugo
This is a test of me adding mermaid.js to this blog
flowchart TB
c1-->a2
subgraph one
a1-->a2
end
subgraph two
b1-->b2
end
subgraph three
c1-->c2
end
one --> two
three --> two
two --> c2
This is a test of me adding mermaid.js to this blog