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

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

@yunabe

Description

@yunabe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions