mirror of
https://github.com/tomfran/typo.git
synced 2025-04-25 13:09:54 +03:00
9 lines
No EOL
258 B
HTML
9 lines
No EOL
258 B
HTML
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
|
|
<script>
|
|
MathJax = {
|
|
tex: {
|
|
displayMath: [['\\[', '\\]'], ['$$', '$$']],
|
|
inlineMath: [['\\[', '\\]'], ['$', '$']]
|
|
}
|
|
};
|
|
</script> |