Skip to content

Instantly share code, notes, and snippets.

@keijiro
Created February 16, 2022 03:21
Show Gist options
  • Save keijiro/9ba32c1a62cf1febcacd7984bfe89964 to your computer and use it in GitHub Desktop.
Save keijiro/9ba32c1a62cf1febcacd7984bfe89964 to your computer and use it in GitHub Desktop.

Revisions

  1. keijiro created this gist Feb 16, 2022.
    7 changes: 7 additions & 0 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    ```mermaid
    graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
    ```