revert mathjax script
Some checks are pending
code check / doc (3.12) (push) Waiting to run
code check / lint (3.12) (push) Waiting to run
code check / type-checker (3.12) (push) Waiting to run
Mirror to Codeberg / to_codeberg (push) Waiting to run
unit test / django (3.12) (push) Waiting to run

This commit is contained in:
gesang 2025-03-06 22:26:05 +01:00
parent ff899eacbc
commit 8637937803
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB

View file

@ -48,25 +48,3 @@
}, 0);
});
</script>
<script>
MathJax = {
tex: {
inlineMath: [['\(', '\)'],['$','$']],
displayMath: [['$$','$$']],
processEscapes: true,
processEnvironments: true,
tags: 'ams'
},
options: {
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre']
},
chtml: {
mtextInheritFont: false,
matchFontHeight: false
},
loader: {
load: ['ui/lazy']
}
};
</script>
<script id="MathJax-script" async src="/mathjax/tex-chtml.js"></script>