website/layouts/partials/math.html
2025-01-23 15:11:51 -05:00

12 lines
293 B
HTML

<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<script>
MathJax = {
tex: {
displayMath: [
["\\[", "\\]"],
["$$", "$$"],
], // block
inlineMath: [["\\(", "\\)"]], // inline
},
};
</script>