5118 Implement MathJax JS hook to update contents after live update
This commit is contained in:
5
mathjax/mathjax.js
Normal file
5
mathjax/mathjax.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Addon_registerHook("postprocess","mathjax_postprocess_liveupdate");
|
||||
function mathjax_postprocess_liveupdate()
|
||||
{
|
||||
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
|
||||
}
|
||||
Reference in New Issue
Block a user