shuzijun / markdown-editor

IntelliJ Platform A full-featured WYSIWYG editor for markdown
https://plugins.jetbrains.com/plugin/17254-markdown-editor
Apache License 2.0
155 stars 35 forks source link

Equation Environment not Sopported #57

Open Yuankun123 opened 1 year ago

Yuankun123 commented 1 year ago

\begin{equation} a = b \end{equation} in a $$ ... $$ block will throw the following error:

Katex parse error: No such environment: equation

However, it work just fine on github. It works like:

$$\begin{equation} a = b \end{equation}$$

NeuHix commented 1 year ago

image