Difference between revisions of "Mermaid"

From Lowell Makes
Jump to navigationJump to search
(Created page with "Mermaid test. I wonder if this will work. Ref: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/USAGE.md {{#mermaid:graph TD; A-->B; A-->C; B-->D; C-->D; }}")
 
(No difference)

Latest revision as of 20:01, 17 February 2021

Mermaid test. I wonder if this will work. Ref: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/USAGE.md


{{#mermaid:graph TD;

A-->B;
A-->C;
B-->D;
C-->D;

}}