Skip to content

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
examples/topologies/stacked_multiline_left_exit_drop.mmd
%%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| final
CLI command
Terminal window
nf-metro render examples/topologies/stacked_multiline_left_exit_drop.mmd -o stacked_multiline_left_exit_drop.svg
Rendered map
Stacked Left Drop 1 2 Start Final Split Done A B created with nf-metro v2.0.0+dev