Using GitLab v15.7.5-ee which seems to integrate version 9.1.3 of Mermaid, the following subgraph doesn’t work
graph TD
subgraph foo
bar
end
biz-->foo
but works well in mermaid.live, based on the latest v9.3.0
Q: Is it possible to upgrade Mermaid from v9.1.3 to v9.3.0 or is it planned in a future version of Git-Lab?