Fix MathJax 3 rendering

This commit is contained in:
Sauli Anto 2019-10-04 18:30:48 +03:00
parent 91dff8dee9
commit ff0742cae3

View File

@ -87,8 +87,6 @@ function renderMathJax3( equation, element, display, after ) {
} else {
element.appendChild( node );
}
MathJax.startup.document.clear();
MathJax.startup.document.updateDocument();
after();
} );
}