Skip to content

Commit

Permalink
Use svg
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinamstutz committed May 11, 2021
1 parent 934bc76 commit b2ddcec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/partials/head-scripts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
displayMath: [['$$', '$$']],
processEscapes: true,
skipTags: ["script","noscript","style","textarea","pre","code"]
},
svg: {
fontCache: 'global'
}
};
</script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
</script>

0 comments on commit b2ddcec

Please sign in to comment.