Skip to content

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
examples/topologies/sectionless_skip_over_two_markers.mmd
%%metro title: Sectionless skip over two markers
%%metro line: generic | Analysis | #79706E
%%metro line: align | Alignment | #54A24B
graph LR
a[A] -->|generic| hub[Hub]
hub -->|generic| m0[M0]
m0 -->|generic| m1[M1]
m1 -->|generic| m2[M2]
m2 -->|generic| z[Z]
hub -->|align| m2
CLI command
Terminal window
nf-metro render examples/topologies/sectionless_skip_over_two_markers.mmd -o sectionless_skip_over_two_markers.svg
Rendered map
Sectionless skip over two markers A Hub M0 M1 M2 Z Analysis Alignment created with nf-metro v2.0.0+dev