Bt Fork
A symmetric fan-out inside a `%%metro direction: BT` section: the hub sits at the bottom and both branches fan upward, the lane bundle riding the `+x` side as the rotation image of a TB fork (#1044).
Mermaid source
%%metro title: BT Fork%%metro style: dark%%metro line: a | A | #e63946%%metro line: b | B | #0570b0
graph LR subgraph work [Work] %%metro direction: BT hub[Demux] left[Lane A] right[Lane B] hub -->|a,b| left hub -->|a,b| right endCLI command
nf-metro render examples/topologies/bt_fork.mmd -o bt_fork.svg