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

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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