Skip to content

Instantly share code, notes, and snippets.

@lotsofbytes
Last active August 21, 2022 17:45
Show Gist options
  • Save lotsofbytes/f8df982068c8f408c9b631fda2eae082 to your computer and use it in GitHub Desktop.
Save lotsofbytes/f8df982068c8f408c9b631fda2eae082 to your computer and use it in GitHub Desktop.
サンプルチャート

マーメイドを使用してチャートを作成

flowchart TB
    c1-->a2
    subgraph one
    a1-->a2
    end
    subgraph two
    b1-->b2
    end
    subgraph three
    c1-->c2
    end
    one --> two
    three --> two
    two --> c2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment