Skip to content

Commit

Permalink
add MathJax support
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan authored May 6, 2024
1 parent 0591587 commit 4876809
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$']]
}
};
</script>

0 comments on commit 4876809

Please sign in to comment.