vuepress-plugin-mathjax
vuepress-plugin-mathjax copied to clipboard
Can not use \begin{pmatrix}..\end{pmatrix}
Input markdown:
$$\begin{pmatrix}a&b&c\\d&e&f\end{pmatrix}$$
Expected:
A beautiful 3x2 matrix is rendered.
Actual:
The equation is just copied to <p>
.
<p>\begin{pmatrix}a&b&c\\d&e&f\end{pmatrix}</p>
Versions
"vuepress": "^1.0.0-alpha.47",
"vuepress-plugin-mathjax": "^1.2.4"
Minimal example site
I created a minimal vuepress site to reproduce this:
git clone https://github.com/yunabe/vuepress-plugin-mathjax-bug8.git
cd vuepress-plugin-mathjax-bug8
yarn
yarn dev
Then, open http://localhost:8080/#matrix
It seems to be a mathjax3 issue.
Hello, when will this syntax support be completed? @Shigma
@yunabe This plugin can solve the problem, I tried it. vuepress-plugin-latex
I'm using this plugin. Working like charm!