flowchart LR
A --> B & C & D
subgraph s1
B
C
end
subgraph s2
D
end
C --> D
C --> D
C --> D
graph LR
A[apan klättrar]-- i träd -->B
subgraph id1 [Test with title wider then the node in the subgraph]
B
end
flowchart LR
A-- i träd -->B
subgraph id1 [Test]
B
end
flowchart TB
C[apan klättrar]-- i träd -->D
subgraph id1 [Test]
D
end