vuepress-plugin-mathjax
vuepress-plugin-mathjax copied to clipboard
:page_with_curl: Use TeX in VuePress.
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Thanks for your work! I use vuepress-plugin-mathjax to render math equations for my blog, and it works well in most cases. However, it cannot render math equations for array environment...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
1. `\tag{1}` can not be rendered 2. How to align multiple lines in formula? I tried `\\` but it doesn't take effect.
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Expected ``` $$ a + b = c $$ ``` should works, but I need to write `$a + b = c$`. In example of `mathjax` > https://jsbin.com/?html,output syntax with...
i wanna get a matrix by this, but it does not work ``` $$ \begin{bmatrix} a & b & c\\ d & e & f\\ g & h & 1\\...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
**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" ```...