Skip to content

Instantly share code, notes, and snippets.

@alexgleith
Created July 11, 2022 21:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexgleith/ae872c14111876878fbcbf207b076b19 to your computer and use it in GitHub Desktop.
Save alexgleith/ae872c14111876878fbcbf207b076b19 to your computer and use it in GitHub Desktop.
mermaid
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment