blob: 7110f572f20bf14c97e534667c7633bb22060907 (
plain) (
tree)
|
|
{% if page.mathjax %}
<script>
// See the README.md for explanation:
MathJax = {
tex: {
inlineMath: [['$', '$']]
}
};
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
{% endif %}
|