Back to posts

Mermaid & Image test

Mermaid & Image test

Here is an image:

An example diagram

And a mermaid diagram:

graph TD A[Start] --> B{Is it working?} B -- Yes --> C[Great] B -- No --> D[Fix it] D --> B