Stacked Multiline Left Exit Drop
Two lines leave a reversed source through its LEFT exit and enter the LEFT side of the section stacked below. The shared route leads into the outer margin, descends beside both boxes, and turns back into the target as a concentric two-line bundle.
Mermaid source
%%metro title: Stacked Left Drop%%metro style: dark%%metro line: a | A | #e63946%%metro line: b | B | #457b9d
%%metro grid: source | 0,0%%metro grid: target | 0,1
graph LR subgraph source [Source] %%metro direction: RL %%metro exit: left | a, b start[Start] split[Split] start -->|a,b| split end
subgraph target [Target] %%metro entry: left | a, b final[Final] done[Done] final -->|a,b| done end
split -->|a,b| finalCLI command
nf-metro render examples/topologies/stacked_multiline_left_exit_drop.mmd -o stacked_multiline_left_exit_drop.svg