Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Code

Code Block
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

Diagram

Image RemovedImage Added

Reference