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

Chaining of links does not work #9

Open 400thecat opened 4 years ago

400thecat commented 4 years ago

Are the examples shown on the projects github supposed to work in Dokuwiki ? Specifically, the chaining of links

https://mermaidjs.github.io/#/flowchart?id=chaining-of-links

does not render properly in Dokuwiki:

graph LR A -- text --> B -- text2 --> C

it would be very nice if this worked, since it saves time creating diagrams.

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 in the latest version of master. Good luck!