Skip to content

Commit

Permalink
Improved integration of MathJax support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Jan 2, 2020
1 parent ef624e2 commit 92b46e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/partials/mathjax_support.html
@@ -1,4 +1,4 @@
<script type="text/x-mathjax-config">
<script type="text/x-mathjax-config" async defer>
MathJax.Hub.Config({
"HTML-CSS": { scale: 100},
tex2jax: {
Expand All @@ -13,6 +13,7 @@
});
</script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
<script
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async defer>
</script>

0 comments on commit 92b46e8

Please sign in to comment.