Lr To Tb Top Two Lines
Two co-travelling lines from a RIGHT-exit LR section double back into a TB section's shared TOP entry below, landing on their trunk X offsets so the bundle stays parallel through the boundary without pinching or crossing.
Mermaid source
%%metro title: LR to TB Top Two Lines%%metro style: dark%%metro line: a | A | #e63946%%metro line: b | B | #0570b0%%metro grid: src_sec | 0,0%%metro grid: tgt_sec | 0,1graph LR subgraph src_sec [Source] %%metro direction: LR %%metro exit: right | a,b s1[Start] s2[End] s1 -->|a,b| s2 end subgraph tgt_sec [Target] %%metro direction: TB %%metro entry: top | a,b %%metro exit: right | a,b t1[Process] t2[Result] t1 -->|a,b| t2 end s2 -->|a,b| t1CLI command
nf-metro render examples/topologies/lr_to_tb_top_two_lines.mmd -o lr_to_tb_top_two_lines.svg