friendica-addons/mathjax/mathjax.js
2018-06-13 09:06:14 +02:00

5 lines
172 B
JavaScript

Addon_registerHook("postprocess_liveupdate", "mathjax_postprocess_liveupdate");
function mathjax_postprocess_liveupdate()
{
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
}