Omphaloskepsis-2/layouts/partials/math.html

10 lines
253 B
HTML
Raw Normal View History

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