-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot render align
environment (new feature of KaTeX 0.13)
#943
Comments
Thanks for the feedback. I have updated the KaTeX module. Please check out the dev build. |
It is strange and tedious that we have to bump We should relax the range there and control its version here. What about: {
"dependencies": {
"katex": "*"
},
"devDependencies": {
"jest": "^26.6.3",
"markdown-it": "12",
"markdown-it-testgen": "^0.1.6"
},
"peerDependencies": {
"katex": "0",
"markdown-it": ">=6"
}
} |
Interesting.
It was not an issue before as KaTeX only updates few times every year, although there have been quite a few patches recently. I agree with the suggested solution. Only one small question: what is the meaning of |
In an X-Range,
npm v6 and v7 process In this way, |
Thanks |
align
environmentalign
environment (new feature of KaTeX 0.13)
Sorry for the inconvenience. Please try the dev build for now: |
OK, solved. Wish that it will release soon. |
released in v3.4.2 |
Problem
Katex supports
align
environment https://katex.org/docs/support_table.html, but it seems that Markdown All In One doesn't support. When I writealign
environment in my vscode, Markdown All In One render error, just as follows:Or are there some options needed to be set?
Thanks.
The text was updated successfully, but these errors were encountered: