Open 400thecat opened 5 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.
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!
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.