I am trying to draw a diagram with embedded links. I tried graphviz and mermaid, in both links when you click - open a blank page. But if I right-click on it with mouse - it opens the proper page. Seems like a bug in Confluence to me - in other graphviz editors the same code works just fine.
The simplest example of a code is:
digraph {
Link [URL="https://github.com"]
}
I would greatly appreciate any help!