Diagrams
You can add a diagram created with Mermaid to the page.
Learn more about the Mermaid syntax.
Visual editor
Markdown markup
-
On the toolbar, click
Mermaid.You can also use the quick access menu: type
/
and select a command from the list. -
In the right-hand field, define your diagram using the Mermaid markup language.
-
Click Save.
-
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
```
Was the article helpful?
Previous