mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
Fix MathJax 3 rendering
This commit is contained in:
@@ -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();
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user