]>
BookStack Code Mirror - hacks/blob - content/mathjax/head.html
projects
/
hacks
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add LaTeX/MathJax hack
[hacks]
/
content
/
mathjax
/
head.html
1
<script>
2
MathJax = {
3
tex: {
4
inlineMath: [['$', '$']],
5
},
6
};
7
</script>
8
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js">
9
</script>