phoenixcw / hexo-renderer-mathjax

MathJax Renderer Plugin for Hexo
MIT License
36 stars 14 forks source link

it doesn't work in 2 cases. #11

Open SnailDove opened 6 years ago

SnailDove commented 6 years ago
  1. nested matrix
    $\Omega^TA\Omega=\begin{pmatrix}\begin{pmatrix}a_1&b_1 \\ -b_1&a_1\end{pmatrix}\\&\ddots\\&&\begin{pmatrix}a_s&b_s \\ -b_s&a_s\end{pmatrix}\\&&&\lambda_{2s+1}\\&&&&\ddots\\&&&&&\lambda_n\end{pmatrix}$
  2. * in matrix
    $\begin{pmatrix}a&*\\0&b\end{pmatrix}$
MakerGYT commented 4 years ago

I also have this problem, Need to use four backslashes to escape newlines. You can try markdown-it-latex2img

SnailDove commented 4 years ago

I also have this problem, Need to use four backslashes to escape newlines. You can try markdown-it-latex2img

Thx, it deserves a try!