Skip to content

Instantly share code, notes, and snippets.

@pauldougan
Created April 7, 2024 15:21
Show Gist options
  • Save pauldougan/033b42d62cfc59c5c0171307a356fb42 to your computer and use it in GitHub Desktop.
Save pauldougan/033b42d62cfc59c5c0171307a356fb42 to your computer and use it in GitHub Desktop.
Test mermaid
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment