Skip to content

Commit

Permalink
_includes/head.html: include mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed May 28, 2024
1 parent e5fa72b commit 0765bc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@
<link rel="prefetch" href="https://prefetch.validatorsearch.verisignlabs.com" />
<link rel="me" type="application/activity+json" href="https://sauna.social/users/aminda" />
<link rel="me" type="application/activity+json" href="https://mastodon.pirateparty.be/users/MikaelaPPFI" />
<script>
MathJax = {
tex: {inlineMath: [['$', '$'], ['\\(', '\\)']]}
};
</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
</head>

0 comments on commit 0765bc5

Please sign in to comment.