How to use MathJax in Slidify?
问题 It seems that all that need to do is to claim widget: mathjax in the title page. But I can't get the formulas correctly rendered. Anything missing? Thank you. UPDATE : I checked the final index.html , and found that many "*"'s have become <em> or </em> . It seems that slidify is mixing the * in LaTeX and the * in markdown. Here is my LaTeX snippet: \begin{align*} &\begin{bmatrix} \mathbf{y}\\ y_* \end{bmatrix} =\mathcal{N}\left(0,\begin{bmatrix} K & K_*\\ K_*^T & K_{**} \end{bmatrix}\right)\\