Hugo Bilberry First commit to gitea@cowbay.org
This commit is contained in:
8
themes/bilberry-hugo-theme/layouts/partials/mathjax.html
Normal file
8
themes/bilberry-hugo-theme/layouts/partials/mathjax.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<!-- Include MathJax library -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
tex2jax: {
|
||||
inlineMath: [['$','$'], ['\\(','\\)']]}
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user