Is it possible to link to a website within a Mermaid diagram? The code below doesn’t work. Or is there another way to do this?
flowchart TD
A[Google] → B[Wikipedia]click A "https://www.google.com" "Google" click B "https://www.wikipedia.org" "Wikipedia"
Is it also possible to link to another Bear note using a wikilink that includes a specific paragraph? For example, [[note#heading]].