You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
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 like:
\left\{\begin{array}{l}{5 a^{2}-12 a+8 \geq 0} \\ {5 a^{2}-12 a \leq 0}\end{array} \Rightarrow 0 \leq a \leq \frac{12}{5}\right
It seems that all environments wraped with \begin{} \end{} don't work, either. While, markdown-it-katex can render this kind of equations well.
Could you please support this feature? Thanks in advance.
The text was updated successfully, but these errors were encountered:
TomBener
changed the title
array environment don't work
array environment does not work
Nov 10, 2019
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 like:
It seems that all environments wraped with
\begin{} \end{}
don't work, either. While, markdown-it-katex can render this kind of equations well.Could you please support this feature? Thanks in advance.
The text was updated successfully, but these errors were encountered: