Jump to content

MermaidTest: Difference between revisions

From Ghost of Yotei Wiki
No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
<mermaid>
<pre class="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>
</pre>

Revision as of 06:17, 18 August 2025

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