revert mathjax script

This commit is contained in:
gesang 2025-03-06 22:26:05 +01:00
parent dcf9e7b4e2
commit 8a9da6ff0c
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>