graph LR subgraph ab A[Square Rect] B((Circle)) A -- Link text --> B C --> D end subgraph ba C(Round Rect) D{Rhombus} A --> C B --> D end
flowchart LR B((Circle)) D{Rhombus} C(Round Rect) A[Square Rect] A --> D C --> B