-
Notifications
You must be signed in to change notification settings - Fork 330
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
Markdown+Math macros affected by this extension ... #967
Comments
Thank you for reporting. From the original issue goessner/mdmath#114 (comment):
So, it's expected behavior. As documented, setting |
Well, the collision:
https://github.com/yzhang-gh/markdown-it-katex/blob/c77efb25e3e5eb3367b45077cc7c1473908fedc1/index.js#L195-L196 I do not think any change to When multiple markdown-it plugins with the same goal are loaded at the same time, the result is mostly unpredictable. The product of #570 is practical and sufficient:
BTW, you might be interested in microsoft/vscode#124783. Fortunately, they also have a |
@goessner |
... as is reproducable by
goessner/mdmath#114
After disabeling your extension, Markdown+Math works as expected.
I would be glad, if you have a short look into this ... might be possibly a name collision ... thanks
--
sg
The text was updated successfully, but these errors were encountered: