mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 03:37:59 +00:00
19 lines
385 B
HTML
19 lines
385 B
HTML
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
|
|
<script>
|
|
MathJax = {
|
|
tex: {
|
|
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
|
|
inlineMath: [['\\(', '\\)']] // inline
|
|
},
|
|
chtml: {
|
|
scale: 1.2
|
|
}
|
|
};
|
|
</script>
|
|
<style>
|
|
.MathJax, .mjx-math {
|
|
color: white;
|
|
}
|
|
</style>
|
|
|