Bottom Exit Junction Offset Target
A bottom-exit junction fans to two targets in the row below: the section directly beneath it and one an extra column over, past an intervening box, entered on its left. The offset feed's horizontal leg would run straight through the intervening section at the target's station row; it detours through the clear inter-row gap above the box instead, dropping into the target from the clear inter-column channel (issue #1428).
Mermaid source
%%metro title: Bottom-exit junction offset-target detour%%metro line: a | Line A | #e6007e%%metro grid: src | 1,0%%metro grid: first | 1,1%%metro grid: second | 2,1
graph LR subgraph src [Src] %%metro direction: TB %%metro exit: bottom | a s1[S1] s2[S2] s3[S3] s1 -->|a| s2 s2 -->|a| s3 end subgraph first [First] %%metro direction: TB %%metro entry: top | a f1[F1] f2[F2] f1 -->|a| f2 end subgraph second [Second] %%metro entry: left | a g1[G1] g2[G2] g1 -->|a| g2 end s3 -->|a| f1 s3 -->|a| g1CLI command
nf-metro render examples/topologies/bottom_exit_junction_offset_target.mmd -o bottom_exit_junction_offset_target.svg