mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
Fix MathJax 3 rendering
This commit is contained in:
parent
91dff8dee9
commit
ff0742cae3
@ -87,8 +87,6 @@ function renderMathJax3( equation, element, display, after ) {
|
|||||||
} else {
|
} else {
|
||||||
element.appendChild( node );
|
element.appendChild( node );
|
||||||
}
|
}
|
||||||
MathJax.startup.document.clear();
|
|
||||||
MathJax.startup.document.updateDocument();
|
|
||||||
after();
|
after();
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user