Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Can not use \begin{pmatrix}..\end{pmatrix} #8

Open
yunabe opened this issue May 3, 2019 · 4 comments
Open

Can not use \begin{pmatrix}..\end{pmatrix} #8

yunabe opened this issue May 3, 2019 · 4 comments
Labels

Comments

@yunabe
Copy link

yunabe commented May 3, 2019

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&amp;b&amp;c\\d&amp;e&amp;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

@shigma
Copy link
Member

shigma commented Jul 2, 2019

It seems to be a mathjax3 issue.

@shigma shigma added the syntax label Jul 2, 2019
@AmazingMoon
Copy link

Hello, when will this syntax support be completed?
@shigma

@AmazingMoon
Copy link

AmazingMoon commented Mar 11, 2020

@yunabe
This plugin can solve the problem, I tried it.
vuepress-plugin-latex

@manashmandal
Copy link

I'm using this plugin. Working like charm!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants