Right Entry From Above Far
A RIGHT entry fed from two rows up, past the target's right edge: the line drops straight down its outward side across the empty intervening row to the entry Y and turns in, rather than diving below the box and climbing back up (#889).
Mermaid source
%%metro title: Right Entry From Above (Far Drop)%%metro style: nfcore%%metro line: a | A | #e63946%%metro grid: src | 1,0%%metro grid: tgt | 0,2
graph LR subgraph src [Source] s1[Step 1] s2[Step 2] s1 -->|a| s2 end
subgraph tgt [Target] %%metro entry: right | a t1[Process] t2[Output] t1 -->|a| t2 end
s2 -->|a| t1CLI command
nf-metro render examples/topologies/right_entry_from_above_far.mmd -o right_entry_from_above_far.svg