Difference between revisions of "MermaidTest"

From Kosmos Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
 
== Some flow chart ==
 
== Some flow chart ==
  
{{#mermaid:flowChart
+
{{#mermaid:graph TD
graph LR
+
     B["Czech it"]
     A[Hard edge] -->|Link text| B(Round edge)
+
     B-->C[forbidden]
     B --> C{Decision}
+
     B-->D(maybe);
     C -->|One| D[Result one]
+
     B-->E(perhaps?);
     C -->|Two| E[Result two]
 
 
}}
 
}}

Latest revision as of 15:11, 1 June 2018

Testing support for flow charts and sequence diagrams using Mermaid and the Mermaid MediaWiki extension.

Some sequence diagram

Some flow chart