https://gist.github.com/martinwoodward/8ad6296118c975510766d80310db71fd
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
flowchart TD
A[Example] --> B{ Mer tekst};
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
sequenceDiagram
participant user
participant [example](example.com)
participant iframe
participant 
user->>dotcom: Go to the [example](example.com) page
dotcom->>iframe: loads html w/ iframe url
iframe->>viewscreen: request template
viewscreen->>iframe: html & javascript
iframe->>dotcom: iframe ready
dotcom->>iframe: set mermaid data on iframe
iframe->>iframe: render mermaid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.