ted's threads
exploring computing


Testing mermaid.js

Posted on

This is a quick test of integrating mermaid.js with the zola SSG and github pages.

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 <br/>prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!
gitGraph commit commit branch develop commit commit commit checkout main commit commit

(end)