Mixed Port Sides
A section with both RIGHT and BOTTOM exits.
Mermaid source
%%metro title: Mixed Port Sides%%metro style: dark%%metro line: horizontal | Horizontal Flow | #e63946%%metro line: vertical | Vertical Flow | #0570b0
graph LR subgraph origin [Origin] start[Start] fork[Fork] start -->|horizontal,vertical| fork end
subgraph right_sec [Right Section] r1[Right A] r2[Right B] r1 -->|horizontal| r2 end
subgraph bottom_sec [Bottom Section] b1[Bottom A] b2[Bottom B] b1 -->|vertical| b2 end
fork -->|horizontal| r1 fork -->|vertical| b1CLI command
nf-metro render examples/topologies/mixed_port_sides.mmd -o mixed_port_sides.svg