Results 357 comments of Yu Zhang

It is a bit hard. We are currently relying on [`markdown-it-katex`](https://github.com/waylonflinn/markdown-it-katex) for math rendering.

I would suggest [Markdown+Math extension](https://marketplace.visualstudio.com/items?itemName=goessner.mdmath), from the author of `markdown-it-texmath` 😂.

I'm open to the collaboration of course. It just looks like Markdown+Math has already covered its target users (who need better math support), while this extension targets common Markdown users.

I have added an option `math.enabled`. They should be compatible now (in terms of the VSCode's builtin preview). (the [dev build](https://github.com/yzhang-gh/vscode-markdown#latest-development-build))

It has been moved to https://github.com/yzhang-gh/vscode-markdown/actions/runs/64661491.

Thanks you @goessner. Your extension provides a very nice support of math in Markdown. Let's first see whether our two extensions can work seamlessly now. Further, we can also work...

> Hmm ... I am totally happy with my `mdmath` vscode extension, so it doesn't need to work together with your extension from my point of view. I totally agree....

Thanks for the report. I also see the suggestions disappear on typing `a`, although they appear again after `al`. To me it is more likely a VS Code bug as...

Can you try to add some user-defined snippets and check whether they work well? https://code.visualstudio.com/docs/editor/userdefinedsnippets#_choice

Then you can check whether it is because of other extensions, e.g. disable all extensions, and then half of them, and so on. (https://code.visualstudio.com/blogs/2021/02/16/extension-bisect, although its result is not always...