Skip to content

Instantly share code, notes, and snippets.

@minidfx
Last active May 17, 2024 05:58
Show Gist options
  • Save minidfx/fe07acb56427f3540923a4f8621e613c to your computer and use it in GitHub Desktop.
Save minidfx/fe07acb56427f3540923a4f8621e613c to your computer and use it in GitHub Desktop.
Mermaid examples
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