**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 ``. ``` \begin{pmatrix}a&b&c\\d&e&f\end{pmatrix} ``` **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
Input markdown:
Expected:
A beautiful 3x2 matrix is rendered.
Actual:
The equation is just copied to
<p>.Versions
Minimal example site
I created a minimal vuepress site to reproduce this:
Then, open http://localhost:8080/#matrix