Jump to content

MermaidTest

From Ghost of Tsushima Wiki
Revision as of 04:12, 18 August 2025 by GlifterPad (talk | contribs) (Created page with "<mermaid> graph TD; A[Start] --> B{Is it working?}; B -- Yes --> C[Great!]; B -- No --> D[Check logs]; </mermaid>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<mermaid> graph TD;

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

</mermaid>