Steps to reproduce
Graph below does not open URL when clicking A node : is there something missing ?
```mermaid
graph TD
A --> B
click A "http://www.google.com"
It seems related to securityLevel, but not sure how to edit this variable.
Expected result
Link should open. It seems to work here.
Environment
Windows 10
Obsidian 0.12.12
Workaround
Problem was mentioned here (December 2020). A workaround is to use flowcharts instead of graphs.
```mermaid
flowchart TD
A --> B
click A "http://www.google.com"