Sectionless Skip Over Two Markers
The Alignment line originates at Hub and skips over M0 and M1 to reach M2, while the Analysis line runs Hub through every marker. Hub only originates the skip-line, so no parallel-lane interchange exists to infer; the flat graph previously got no implicit section and drew the skip straight through M0 and M1. Sectioning every flat graph regardless of interchange detection now bows the skip around the intermediate markers (#1953).
Mermaid source
%%metro title: Sectionless skip over two markers%%metro line: generic | Analysis | #79706E%%metro line: align | Alignment | #54A24Bgraph LR a[A] -->|generic| hub[Hub] hub -->|generic| m0[M0] m0 -->|generic| m1[M1] m1 -->|generic| m2[M2] m2 -->|generic| z[Z] hub -->|align| m2CLI command
nf-metro render examples/topologies/sectionless_skip_over_two_markers.mmd -o sectionless_skip_over_two_markers.svg