I see that you can embed links in Mermaid, and it seems to work for hyperlinks but calling functions doesn’t work, and fails silently. Is there something I should be doing differently?
Here’s the docs mermaid - Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.
and here’s a sample notebook trying to do the same : Links in Mermaid / Andrew Wooldridge / Observable
The hyperlink works, but the ‘callback’ functionality doesn’t, and there’s no error thrown as well.