mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
Update KaTeX to v0.13.9 (#1925)
* Update KaTeX to v0.13.9 * Allow KaTeX commands like \url and \includegraphics https://katex.org/docs/options.html
This commit is contained in:
@@ -224,7 +224,7 @@ export default class NoteDetailWidget extends TabAwareWidget {
|
||||
<script>
|
||||
document.body.className += ' ck-content printed-content';
|
||||
|
||||
renderMathInElement(document.body, {});
|
||||
renderMathInElement(document.body, {trust: true});
|
||||
</script>
|
||||
`,
|
||||
importCSS: false,
|
||||
|
||||
Reference in New Issue
Block a user