Closed pilgrimlyieu closed 3 years ago
Hi, this is a problem with KaTeX itself, the error is known but there seems to be no fix for it (https://katex.org/docs/issues.html 4th bullet and https://github.com/KaTeX/KaTeX/issues/1007).
I don't know why they think aligned
is a replacement for align
because aligned
doesn't provide the numbering which is especially important for math cards but sadly I can't change anything internal in KaTeX.
Hi, this is a problem with KaTeX itself, the error is known but there seems to be no fix for it (https://katex.org/docs/issues.html 4th bullet and KaTeX/KaTeX#1007). I don't know why they think
aligned
is a replacement foralign
becausealigned
doesn't provide the numbering which is especially important for math cards but sadly I can't change anything internal in KaTeX.
OK. Thanks you. But I can use align environment through KaTeX in VSCode.😂
Yea same, I'm pretty sure the problem lies in the auto-render addon for KaTeX which I'm using and the VSCode markdown plugin uses its own renderer
aligned
environment works butalign
environment doesn't.Here is the test code.