neuralyzer / dokuwiki-plugin-revealjs

Reval.js plugin for dokuwiki
16 stars 12 forks source link

Math formulas only displayed in Safari? #2

Closed j0hannes closed 9 years ago

j0hannes commented 9 years ago

Please see the bug report I created in the MathJax tracker.

Having the MathJax plugin disabled formulas are still not rendered by the internal MathJax functionality.

neuralyzer commented 9 years ago

Thanks for reporting. I updated the documentation on github and the documentation on dokuwiki.org to explain the problem and a quick workaround. I will also try to integrate the Dokuwiki MathJax plugin properly. But this may take a couple of days (weaks?).

liffiton commented 9 years ago

I think a simple fix for this would be to change the URL for loading Mathjax to the secure HTTPS URL, or use the "//cdn.mathjax.org/..." version which will load the script securely if and only if the page is loaded securely.

And if you end up integrating/pulling the MathJax plugin configuration in, just let me know if I can help in any way.

neuralyzer commented 9 years ago

Thanks for pointing out that simple fix. I've already applied it and MathJax should now load without security warnings.

Integration with the dokuwiki mathjax plugin is still an option and I'll have a look into that. However, this might be a little more tricky since reveal.js uses MathJax in a slightly non-standard way.

neuralyzer commented 9 years ago

Since this works now I close the issue. However, I open an issue for integration with the Dokuwiki Mathjax plugin.