Omphaloskepsis-2/layouts/partials/math.html
2024-07-23 10:08:36 +02:00

10 lines
253 B
HTML

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