Sectionless Skip Breeze
A skip-line jumps between two stops on a graph with no declared section, skipping the stops between them. Interchange inference detects the parallel-lane hub and the detour routes around the skipped markers instead of through them (#1229).
Mermaid source
%%metro title: Sectionless express skip%%metro style: dark%%metro line: main | Main | #e63946%%metro line: alt | Alt | #1d4e89graph LR a[A] b[B] c[C] d[D] e[E] a -->|main| b b -->|main| c c -->|main| d d -->|main| e a -->|alt| c c -->|alt| eCLI command
nf-metro render examples/topologies/sectionless_skip_breeze.mmd -o sectionless_skip_breeze.svg