Cross Col Top Entry
A cross-column feed from a RIGHT-exit producer into a TOP-entry consumer: the entry port is placed on the section boundary rather than floating above the canvas (issue #740).
Mermaid source
%%metro title: Cross-Column Top Entry%%metro style: dark%%metro line: l1 | Line 1 | #0570b0
graph LR subgraph producer [Producer] %%metro exit: right | l1 p1[Step P1] p2[Step P2] p1 -->|l1| p2 end
subgraph consumer [Consumer] %%metro entry: top | l1 c1[Step C1] c2[Step C2] c1 -->|l1| c2 end
p2 -->|l1| c1CLI command
nf-metro render examples/topologies/cross_col_top_entry.mmd -o cross_col_top_entry.svg