Left Entry From Above Far
A LEFT/far-side entry fed from a row above, past an intervening middle-row section: the mirror of the RIGHT gap-above path. The feed runs its horizontal in the clear band abutting the target row and drops down the target's LEFT side into the port, rather than diving to the canvas bottom and running the full width back (#1394).
Mermaid source
%%metro title: Left Entry From Above (Far Drop)%%metro style: nfcore%%metro line: a | A | #e63946%%metro grid: src | 2,0%%metro grid: mid | 1,1%%metro grid: tgt | 0,2
graph LR subgraph src [Source] s1[Step 1] s2[Step 2] s1 -->|a| s2 end
subgraph mid [Middle Row] m1[Process] m2[Output] m1 -->|a| m2 end
subgraph tgt [Target] %%metro entry: left | a t1[Process] t2[Output] t1 -->|a| t2 end
s2 -->|a| m1 s2 -->|a| t1CLI command
nf-metro render examples/topologies/left_entry_from_above_far.mmd -o left_entry_from_above_far.svg