liffiton / dokuwiki-plugin-mathjax

MathJax plugin for DokuWiki
https://www.dokuwiki.org/plugin:mathjax
12 stars 11 forks source link

Latest update degrades mark-down #41

Closed jasonfharris closed 2 years ago

jasonfharris commented 2 years ago

Hi,

I use the plugin markdowku I find it super useful. Unfortunately after a bit of tracking stuff down I found out the latest version of your MatJax plugin causes the quoted things like SomeFunction ie:

   `SomeFunction`

to render as `SomeFunction` instead of SomeFunction as markdown should.

I don't know if markdowku is actively maintained so much now but it is a fantastic plugin as is this one. It would be nice if they didn't conflict!

Thanks! Jason

liffiton commented 2 years ago

I added some support for asciimath, which uses the same backtick delimiter. I think I can just add a configuration option to the MathJax plugin to let the user enable this if they want to use asciimath, defaulting to off, since it's probably much less common than tex.

liffiton commented 2 years ago

Alright, this should be fixed in fccaddf. I'll close this, but feel free to comment or reopen if it still doesn't work after you update.

jasonfharris commented 2 years ago

I know my comment is late, but thanks for fixing this!

liffiton commented 2 years ago

You're welcome!