Skip to content

Commit

Permalink
Shifted all mathjax to left align
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfroehlich committed Apr 15, 2024
1 parent cb293ae commit 93a1f2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _includes/head_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
data.math = data.math.replace(/^% <!\[CDATA\[/, '').replace(/%\]\]>$/, '');
});
});
MathJax.Hub.Config({
displayAlign: 'left'
});
</script>

<script type="text/javascript" async
Expand Down

0 comments on commit 93a1f2f

Please sign in to comment.