Diagrams

You can add a diagram created with Mermaid to the page.

Learn more about the Mermaid syntax.

  1. On the toolbar, click  Mermaid.

    You can also use the quick access menu: type / and select a command from the list.

  2. In the right-hand field, define your diagram using the Mermaid markup language.

  3. Click Save.

  4. To edit an existing diagram, click Edit in the top right corner of the diagram.

To embed a Mermaid diagram on the page, add code in the following format:


 ```mermaid
 sequenceDiagram
    Alice->>Bob: Hi Bob
    Bob->>Alice: Hi Alice
 ```