www.byjp.me/layouts/partials/math.html
2024-05-07 15:35:43 +01:00

12 lines
234 B
HTML

<script id="MathJax-script" async src="/js/mathjax.js"></script>
<script>
MathJax = {
tex: {
displayMath: [['$$', '$$']],
inlineMath: [['$', '$']]
},
options: {
enableMenu: false,
},
};
</script>