Results 359 comments of Yu Zhang

Haven't ever paid much attention to this. It looks like currently most of the existing exports are named exports, right? I am of course okay with it.

之后 #1075 有助于缓解 Markdown All in One 覆盖其它插件 Tab 键的问题,但是反之则需要其它插件的配合了

This PR has been kind of out of sync and there is a new PR #1174 now. So I merged the new one in. But still a big Thank You...

Found https://marketplace.visualstudio.com/items?itemName=TobiasTao.vscode-md several weeks ago, which embeds a Markdown editor in the Webview. The only question is: why bother using VS Code 🤣. (In this way it loses all features...

I'm not sure what specific syntax you mean, but we can only support a subset of Markdown variants as there are too many. Please see: [Which Markdown syntax is supported?](https://github.com/yzhang-gh/vscode-markdown#q-which-markdown-syntax-is-supported)

Then it is similar to Rmarkdown (#618).

我好像也注意到过这个问题

我的第一感觉是可能 VSCode 出于安全原因禁用掉了(仅仅是猜测,没有验证),毕竟以前没问题,后来也没有改动相关的代码。 也正因为不清楚原因,需要专门花一段时间来看,优先级就变低了😥

Cannot reproduce on my PC ![image](https://user-images.githubusercontent.com/7588612/161679527-ee648728-5012-4d67-9efa-9e4f233a9aec.png) ``` "braket":{ "prefix": "\\braket", "body": [ "\\braket{$1}" ], "description": "braket" } ```

禁用这个插件之后会改变 user snippet 的补全行为吗?另外你的行间公式是用的 `$$` 吗?