This is a test to see if KaTex is working.
\begin{align*} f(x) = \pi r^2\\ \end{align*}
The answer is no, but mathjax does seem to work.
Getting it Working
Edit the conf.py
file.
-
Uncomment the second MATHJAX_CONFIG
default (the one with actual content instead of an empty string).
-
Set EXTRA_HEAD_DATA
to the mathjax CDN.
EXTRA_HEAD_DATA = '''
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
'''