Off Track Terminal Noop
A station marked off_track whose only continuation is an inter-section edge to the next section, with no in-section successor. It renders inline on the trunk rather than lifting into a bump that immediately drops back down to reach the exit port (issue #1295).
Mermaid source
%%metro title: Off-track Terminal Has Nothing to Protect%%metro style: dark%%metro line: a | Line A | #2db572
%%metro file: out1 | GTF | Output%%metro off_track: out1
graph LR subgraph s1 [S1] %%metro exit: right | a n1[N1] n2[N2] n1 -->|a| n2 n2 -->|a| out1 end
subgraph s2 [S2] %%metro entry: left | a m1[M1] out1 -->|a| m1 endCLI command
nf-metro render examples/topologies/off_track_terminal_noop.mmd -o off_track_terminal_noop.svg