Skip to content

Instantly share code, notes, and snippets.

@narita1980
Created February 15, 2022 10:30
Show Gist options
  • Save narita1980/c1323ac3919cfc2193faf21fe9993dfc to your computer and use it in GitHub Desktop.
Save narita1980/c1323ac3919cfc2193faf21fe9993dfc to your computer and use it in GitHub Desktop.
Mermaid syntax, for example
```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