Skip to content

Right Entry Wrap No Fan

A single line wrapping from an LR exit into a cross-row RL section's RIGHT entry, with no junction siblings (the solo `_route_right_entry_wrap` lead-in).

Mermaid source
examples/topologies/right_entry_wrap_no_fan.mmd
%%metro title: Right Entry Wrap No Fan
%%metro style: dark
%%metro line: a | A | #e63946
%%metro grid: source | 0,0
%%metro grid: target | 1,1
graph LR
subgraph source [Source]
s1[Start]
s2[Process]
s1 -->|a| s2
end
subgraph target [Target]
%%metro direction: RL
%%metro entry: right | a
t1[Step One]
t2[Step Two]
t1 -->|a| t2
end
s2 -->|a| t1
CLI command
Terminal window
nf-metro render examples/topologies/right_entry_wrap_no_fan.mmd -o right_entry_wrap_no_fan.svg
Rendered map
Right Entry Wrap No Fan 1 2 Start Step One Process Step Two A created with nf-metro v1.1.0+dev