Third post
wherein we test out MathJax support 🎉
it turns out to work pretty well in the rich text editor:
\begin{equation*}
e^{\pi i} + 1 = 0
\end{equation*}
does seem to render correctly:
\begin{equation*} e^{\pi i} + 1 = 0 \end{equation*}
but in markdown mode everything has to be double-escaped, at least when I toggle between modes it auto-adjusts for me:
\\begin{equation\*}
e^{\\pi i} + 1 = 0
\\end{equation\*}