Lr Top Entry Cross Column
A TB section dropping from its BOTTOM exit into the TOP entry of an LR section whose run sits left of the drop column: the LR run is shifted right under the drop and the section bbox follows it so the trailing station stays contained (issue #1057).
Mermaid source
%%metro title: LR top-entry cross-column drop%%metro line: a | A | #e63946%%metro grid: work | 0,0%%metro grid: out_sec | 0,1graph 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: top | a o1[Publish] o2[Notify] o1 -->|a| o2 end w2 -->|a| o1CLI command
nf-metro render examples/topologies/lr_top_entry_cross_column.mmd -o lr_top_entry_cross_column.svg