naokij / dokuwiki-plugin-markdownextra

Parses PHP Markdown Extra blocks for dokuwiki with backlinks, header parser, toc support
Other
31 stars 27 forks source link

Link syntax affects parsing of renderer #13

Closed dajare closed 10 years ago

dajare commented 10 years ago

This is a bit odd. If I enter a link this way:

More in [Publications][1].
...
[1]: /info:publications

The the rendering is fine. If, however, I use this syntax:

More in [Publications](/info:publications).

Then the rendering is basically knocked out and I get raw Markdown displayed -- although, oddly, a table still gets rendered.

I'm using Ponder Stibbons and the latest version of this plugin. It's not a show-stopper, of course, but it is consistent, so I thought it worth reporting.

naokij commented 10 years ago

Just tested More in [Publications](/info:publications). in my dokuwiki installation. It works fine. Maybe you should paste whole markdown document or let me know more about this issue.

dajare commented 10 years ago

Thanks for checking. My installation seems to be behaving now too. Very odd! Hard to find an explanation for what was happening when I reported earlier. I'll keep an eye on it, and come back if I notice any odd behaviour in future. Meanwhile, thanks for this plugin - great to have MDExtra for Dokuwiki!