Steps to reproduce
Type below: →
create a new note
paste the following:
`
flowchart LR
subgraph TOP
direction TB
subgraph B1
direction RL
i1 -->f1
end
subgraph B2
direction BT
i2 -->f2
end
end
A --> TOP --> B
B1 --> B2`
Expected result
(NB: this is generated from here:
Actual result
Error parsing Mermaid diagram!
Cannot read property ‘id’ of undefined
Environment
- Operating system: windows 10
- Obsidian version: 0.12.15