Jump to content

MermaidTest: Difference between revisions

From Ghost of Yotei Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{#mermaid:
<mermaid>
graph TD;
graph TD;
   A[Start] --> B{Is it working?};
   A[Start] --> B{Is it working?};
   B -- Yes --> C[Great!];
   B -- Yes --> C[Great!];
   B -- No --> D[Check logs];
   B -- No --> D[Check logs];
}}
</mermaid>

Revision as of 06:17, 18 August 2025

<mermaid> graph TD;

 A[Start] --> B{Is it working?};
 B -- Yes --> C[Great!];
 B -- No --> D[Check logs];

</mermaid>