Tb Trunk Through Fan
An asymmetric fan-out inside a `%%metro direction: TB` section: one line continues straight down the trunk column to its child while a sibling peels off to another column. The continuation is slotted onto the trunk so it drops straight instead of jogging one offset step (#929).
Mermaid source
%%metro title: TB Trunk Through Fan%%metro style: dark%%metro line: a | A | #e63946%%metro line: b | B | #0570b0
%%metro grid: work | 0,0
graph LR subgraph work [Work] %%metro direction: TB hub[Split] main[Main] sink[Collect] branch[Branch] hub -->|a| main main -->|a| sink hub -->|b| branch endCLI command
nf-metro render examples/topologies/tb_trunk_through_fan.mmd -o tb_trunk_through_fan.svg