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

Internal link is not working #14

Open kekec14 opened 4 years ago

kekec14 commented 4 years ago

Hello!

I noticed internal links are not working, if first namespace doesn't contain _ in its name. Here is example which is working : `

graph TD; A-->B; click A "play_ground:"

`

and this one is not working: `

graph TD; A-->B; click A "playground:"

`

Can someone check what should be changed in the code.

Thakn you!

Regards!