Tb Perp Exit Side Neighbour
A vertical-flow section's BOTTOM exit feeds a side LR neighbour sharing the exit's Y. The connector leaves the port down into the inter-row corridor clear of the box, runs across, then turns up into the entry, rather than running straight along the section's bottom edge and out through the corner (#1052).
Mermaid source
%%metro title: TB perp-exit into a side LR neighbour%%metro line: a | A | #e63946%%metro grid: work | 0,0%%metro grid: out_sec | 1,0graph LR subgraph work [Work] %%metro direction: TB %%metro exit: bottom | a w1[Demux] w2[Merge] w1 -->|a| w2 end subgraph out_sec [Output] %%metro direction: LR %%metro entry: left | a o1[Publish] end w2 -->|a| o1CLI command
nf-metro render examples/topologies/tb_perp_exit_side_neighbour.mmd -o tb_perp_exit_side_neighbour.svg