You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
398 B
12 lines
398 B
{% if site.enable_math %}
|
|
<!-- MathJax -->
|
|
<script type="text/javascript">
|
|
window.MathJax = {
|
|
tex: {
|
|
tags: 'ams'
|
|
}
|
|
};
|
|
</script>
|
|
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@{{ site.mathjax.version }}/es5/tex-mml-chtml.js"></script>
|
|
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
{% endif %}
|
|
|