jakob1111 / dokuwiki-plugin-flowcharts

Add flowcharts and diagrams to Dokuwiki with an incredibly simple syntax
GNU General Public License v2.0
7 stars 8 forks source link

How to link external link? #10

Open edwardcodelab opened 4 years ago

edwardcodelab commented 4 years ago
graph TD; A-->B click A "https://www.google.com"

It doesn't work Thank you

Howard3 commented 4 years ago

I patched this with the latest version of mermaidjs and added a security loose option that fixes this. Confirmed that it works with internal links but external links may be a problem in the latest version of master. Good luck!