Stacked Left Exit Drop
A LEFT exit feeding a LEFT entry stacked directly below it: the connector leads out into a clean channel left of the column and drops, rather than dropping straight down the shared edge through the source box.
Mermaid source
%%metro title: Stacked Left Exit Drop%%metro style: dark%%metro line: a | A | #e63946
%%metro grid: sec1 | 0,0%%metro grid: sec2 | 0,1
graph LR subgraph sec1 [Section 1] %%metro direction: RL %%metro exit: left | a s1[Start] s2[Step] s1 -->|a| s2 end
subgraph sec2 [Section 2] %%metro entry: left | a t1[Final] t2[Done] t1 -->|a| t2 end
s2 -->|a| t1CLI command
nf-metro render examples/topologies/stacked_left_exit_drop.mmd -o stacked_left_exit_drop.svg