flowchart LR subgraph "`one`" start -- l1 --> cat --> rat end subgraph "`two`" monkey -- l2 --> dog --> done2 end subgraph "`three`" cow -- l3 --> done3 end