Difference between revisions of "MermaidTest"
Jump to navigation
Jump to search
m |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Testing support for flow charts and sequence diagrams using [https://mermaidjs.github.io/ Mermaid] and the [https://github.com/SemanticMediaWiki/Mermaid Mermaid MediaWiki extension]. | Testing support for flow charts and sequence diagrams using [https://mermaidjs.github.io/ Mermaid] and the [https://github.com/SemanticMediaWiki/Mermaid Mermaid MediaWiki extension]. | ||
+ | |||
+ | == Some sequence diagram == | ||
{{#mermaid:sequenceDiagram | {{#mermaid:sequenceDiagram | ||
Line 12: | Line 14: | ||
John->Bob: How about you? | John->Bob: How about you? | ||
Bob-->John: Jolly good! | Bob-->John: Jolly good! | ||
+ | }} | ||
+ | |||
+ | == Some flow chart == | ||
+ | |||
+ | {{#mermaid:graph TD | ||
+ | B["Czech it"] | ||
+ | B-->C[forbidden] | ||
+ | B-->D(maybe); | ||
+ | B-->E(perhaps?); | ||
}} | }} |
Latest revision as of 15:11, 1 June 2018
Testing support for flow charts and sequence diagrams using Mermaid and the Mermaid MediaWiki extension.