MathJax support

You can enable MathJax and write LaTeX in the plainhtml environment by importing the mathjax package.

\usepackage{mathjax}
...
\begin{plainhtml}
Some math: \(e^x\).
\end{plainhtml}