Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Start in edit mode of the page or blog

  2. Click on the "+" at the top of the page

  3. Find "Mermaid for Confluence" from the drop down list or click "View more"

  4. Search for Mermaid Integration for Confluence in the search bar

  5. The Insert Mermaid Integration for Confluence dialog will be opened

  6. Copy and paste a valid Mermaid chart or diagram markdown-inspired text in the macro body. You can learn more about the syntax from Mermaid document page: https://mermaid-js.github.io/mermaid

  7. Click "Insert"

  8. Save the page

Demo

Mermaidjs
fileNamemermaid_1700705965480
themeforest
version3
{"diagramDefinition":"sequenceDiagram\r\n    autonumber\r\n    Alice->>John: Hello John, how are you?\r\n    loop Healthcheck\r\n        John->>John: Fight against hypochondria\r\n    end\r\n    Note right of John: Rational thoughts!\r\n    John-->>Alice: Great!\r\n    John->>Bob: How about you?\r\n    Bob-->>John: Jolly good!"}