• I run a math blog. Comments frequently include math which is rendered using MathJax (in particular, the Simple Mathjax plugin). So we have code like $4 \times 4$ and $S \cup T$ in the comments. Previewing such posts is an extremely useful feature.

    This plugin is the closest I’ve come to something that meets my needs. I just needed to add a line of code to re-render the mathematics after editing. Awesome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ronald Huereca

    (@ronalfy)

    I just released version 1.0.3 that should resolve the “slashes” being removed. What’s strange is it’s been a bug for a while and nobody reported it.

    There’s another issue. The comment does come back with slashes in the right place, but the Mathjax plugin doesn’t apply itself again. I couldn’t find a way to get it to “redo” the rendering.

    Hopefully you’ll consider a 5 star rating? 🙂

    Thanks.

    Thread Starter matroid

    (@matroid)

    Awesome service, thanks! I looked into the re-rendering, I’ll have to call MathJax to reprocess the math after the user clicks the Save button. Since this is such a specific request, I’ll be happy to modify the code for my own blog. To save me some time, where would you suggest I add my reprocessing code?

    Plugin Author Ronald Huereca

    (@ronalfy)

    You may have to replace the minified code I supply with the plugin. But if you look at the un-minified code, you can place the code within this conditional (starts around line 50).

    http://pastebin.com/pGquEL4j

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mathjax support lacking’ is closed to new replies.