use partial for conditional mathematics JS

This commit is contained in:
Ben Goldsworthy 2025-06-04 17:44:25 +02:00
parent 22da247332
commit fd6fc99ab0
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -1,9 +0,0 @@
<script id="MathJax-script" async src="/js/mathjax/tex-chtml.js"></script>
<script>
MathJax = {
tex: {
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
inlineMath: [['\\(', '\\)']] // inline
}
};
</script>