Difference between revisions of "MermaidTest"

From Kosmos Wiki
Jump to navigation Jump to search
m
Line 18: Line 18:
 
== Some flow chart ==
 
== Some flow chart ==
  
{{#mermaid:flowChart
+
{{#mermaid:graph LR
graph LR
+
  A[Hard edge] -->|Link text| B(Round edge)
    A[Hard edge] -->|Link text| B(Round edge)
+
  B --> C{Decision}
    B --> C{Decision}
+
  C -->|One| D[Result one]
    C -->|One| D[Result one]
+
  C -->|Two| E[Result two]
    C -->|Two| E[Result two]
 
 
}}
 
}}

Revision as of 15:05, 1 June 2018

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

Some sequence diagram

Some flow chart