Help:Mermaid

From USApedia

The Mermaid extension provides a parser function to help generate diagrams and flowcharts using the mermaid script language. See the README file for detailed instructions on how to install, configure and use this extension

Examples

graph with links

Test

flowchart TB

   subgraph CEO
       A[CEO]
   end
   subgraph Departments
       B[Finance] --> A
       C[Marketing] --> A
       D[IT] --> A
       E[HR] --> A
       F[Operations] --> A
   end

Sequence

Syntax

graph with links

Links