Test Diagram
--- config: look: neo theme: redux layout: dagre --- flowchart TD A("ss") --- n1["Rectangle"] & n2["Rounded"] & n3(["Stadium"]) n1 --x n4["Diamond"] n2 --o n5["Hexagon"] n3 --> n6["Lean Left"] n5 o--o n7["Trapezoid"] n4 x--x n8["Lean Right"] n6 <--> n9["Lined Doc"] n8 --> n10["Rose"] n7 --> n11["Pine"] n9 --> n12["Peach"] n2@{ shape: rounded} n4@{ shape: diam} n5@{ shape: hex} n6@{ shape: lean-l} n7@{ shape: trap-b} n8@{ shape: lean-r} n9@{ shape: lin-doc} n10:::Rose n11:::Pine n12:::Peach classDef Rose stroke-width:1px, stroke-dasharray:none, stroke:#FF5978, fill:#FFDFE5, color:#8E2236 classDef Pine stroke-width:1px, stroke-dasharray:none, stroke:#254336, fill:#27654A, color:#FFFFFF classDef Peach stroke-width:1px, stroke-dasharray:none, stroke:#FBB35A, fill:#FFEFDB, color:#8F632D