mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 07:58:02 +00:00
14 lines
450 B
HTML
14 lines
450 B
HTML
<!-- Mathjax -->
|
|
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML"></script>
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({
|
|
tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
|
|
CommonHTML: {
|
|
scale: 100,
|
|
minScaleAdjust: 40,
|
|
linebreaks: {
|
|
automatic: true,
|
|
width: "container"
|
|
}}
|
|
});
|
|
</script> |