Help:Mermaid: Difference between revisions

From USApedia
(Undo revision 13049 by Star (talk))
Tag: Undo
Line 5: Line 5:
{{#mermaid:graph TD;
{{#mermaid:graph TD;
  A[Secretary of Agriculture]
  A[Secretary of Agriculture]
B[Under Secretary for Farm Production and Conservation]
  A-->B;
  A-->B;
  A-->C;
  A-->C;
Line 10: Line 11:
  C-->D;
  C-->D;
  click A "https://openusaproject.com/wiki/Secretary_of_Agriculture"
  click A "https://openusaproject.com/wiki/Secretary_of_Agriculture"
  click B "https://sandbox.semantic-mediawiki.org/wiki/B"
  click A "https://openusaproject.com/wiki/Under_Secretary_for_Farm_Production_and_Conservation"
  click C "https://sandbox.semantic-mediawiki.org/wiki/C"
  click C "https://sandbox.semantic-mediawiki.org/wiki/C"
  click D "https://sandbox.semantic-mediawiki.org/wiki/D"
  click D "https://sandbox.semantic-mediawiki.org/wiki/D"

Revision as of 15:03, 6 December 2024

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

Sequence

Syntax

graph with links

Links