Steps to reproduce

I tried to use the code from the mermaid document.

graph LR;
    A-->B;
    click B "http://www.github.com" "This is a tooltip for a link"

Expected result

→ I hope it can open the link in the browser. But when I click the button, there is nothing changed.

How can I modify the code so that it can successfully link to the website. Thanks.

Environment

  • Operating system: win 10
  • Obsidian version:0.9.22

This is due to an upstream change

Sorry, I am not quite understand what upstream changes mean.

Could you please tell me how can I modify the code so that it can successfully link to the website. Thanks.

It’s a bug, they don’t work.

Okay, I see.

So I will wait the obsidian debug. Thank you.