Lr To Tb Top Near Vertical
A RIGHT-exit LR section feeds the TOP entry of a TB section stacked directly below. The explicit right exit leaves on the right, clears the source box, and doubles back over the inter-row gap to drop straight onto the target trunk rather than elbowing in through the top-right corner.
Mermaid source
%%metro title: Top Entry Near Vertical TB%%metro style: dark%%metro line: a | A | #e63946
%%metro grid: src_sec | 0,0%%metro grid: tgt_sec | 0,1
graph LR subgraph src_sec [Source] %%metro direction: LR %%metro exit: right | a s1[Start] s2[End] s1 -->|a| s2 end
subgraph tgt_sec [Target] %%metro direction: TB %%metro entry: top | a %%metro exit: right | a t1[Process] t2[Result] t1 -->|a| t2 end
s2 -->|a| t1CLI command
nf-metro render examples/topologies/lr_to_tb_top_near_vertical.mmd -o lr_to_tb_top_near_vertical.svg