Skip to content

Commit

Permalink
Update mathjax_support.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bshyuunn authored Nov 23, 2023
1 parent 6d1c3ca commit da05103
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _layouts/mathjax_support.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script type="text/x-mathjax-config">
<!-- <script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: {
equationNumbers: {
Expand All @@ -21,3 +21,7 @@
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
-->

<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>

0 comments on commit da05103

Please sign in to comment.