Files
website/layouts/_partials/math.html
2026-03-02 21:12:34 -06:00

19 lines
430 B
HTML

<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>
<script>
MathJax = {
tex: {
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
inlineMath: [['\\(', '\\)']] // inline
},
loader:{
load: ['ui/safe']
},
output: {
displayAlign: 'left',
displayIndent: '1em'
},
};
</script>