mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
12 lines
234 B
HTML
12 lines
234 B
HTML
<script id="MathJax-script" async src="/js/mathjax.js"></script>
|
|
<script>
|
|
MathJax = {
|
|
tex: {
|
|
displayMath: [['$$', '$$']],
|
|
inlineMath: [['$', '$']]
|
|
},
|
|
options: {
|
|
enableMenu: false,
|
|
},
|
|
};
|
|
</script>
|