diagrams

Adding Mermaid and other Diagrams

Mermaid Using this help post I’ll try and add mermaid diagrams to this blog. Themes can also be set for the diagrams by adding in %%{init: {'theme':'[theme.name]'}}%% to the code block %%{init: {'theme':'neutral'}}%% sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop Healthcheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good! GoAT diagrams GoAT diagrams are supported natively, which is great!