Lemmingh

Results 247 comments of Lemmingh

Unfortunately, no. The problem still exists. We have to either wait for KaTeX, or explore MathJax 3.

我在 2021 年 1 月提过一次: 当时,考虑到这会引发大修,没有处理。结果,又鸽了一年,还是没修,却发现了越来越多的前置工作。 真的很抱歉。 --- We've realized this in 2021-01: Resolving it requires an overhaul. However, more and more prerequisites or priorities have emerged in the past...

2、3 可以试一下。在做出来之前,你可以先用内部命令 `_wrapBy` 凑合:#954 --- 4 在很大程度上受 VS Code 的 `editor.autoClosing` 系列设置影响。参看 #846 --- 1、2' 还是不考虑为好。太容易失误: * 当删除一个 `$` 时,我无法高可信地预测你要做什么。即使它刚才能与附近某个 `$` 配对成一个 math span,但你**很可能**根本就没打算**在这个位置**构造 math。比如误插入了一个 `$`,许多人的反应是按 Backspace。如果我们再考虑其他风格的 delimiter,这问题就更无法控制了。(#552) * Markdown...

Please see * #552 --- Note that we definitely cannot support `\[ \]`, because it violates the CommonMark spec. But `\\[ \\]` might be OK.

Different symptoms, but essentially the same topic: How to generate TOC visible text. What to escape or remove. --- In 2021-01 (January, 2021), I pushed a change (#877) to the...

Let me briefly explain what happens behind the scene: * The **outline** and **folding** are currently provided by **VS Code**. * VS Code relies on **markdown-it**. * VS Code loads...

VS Code's UI localization is powered by [`vscode-loader`](https://github.com/microsoft/vscode-loader/blob/main/src/nls.ts) and [`vscode-nls`](https://github.com/microsoft/vscode-nls). They support `nls.json` bundle files and language packs. `vscode-nls` even provides [separate build for Node.js and web browsers](https://github.com/microsoft/vscode-nls/blob/972081ab4ac5eaeaf2ddeb45c7d9466b45418246/package.json#L14-L17). Perhaps we...

Taking a look at [`vscode-nls-dev`](https://github.com/microsoft/vscode-nls-dev), I found the `vscode-nls` world even more complex. So, I think we are on the right way here, creating our own module from scratch. I'll...