Lemmingh

Results 247 comments of Lemmingh

We ought to **reserve** sufficient extensibility, even if we decide never to do something. Our product can focus on a small field, but our architecture cannot. * Markdown is a...

> what do we do with the `enabled` and the `aggressiveToggle` given we are not going to implement them yet? If we can produce a reusable pattern here, we'll have...

If I understand correctly, this request is to add **setext heading** support to `toggleHeadingUp()` and `toggleHeadingDown()`?

It's still a big problem. The download speed is very slow in China. My speed is usually **less than 20 kB/s**. Every time I update .NET Core SDK or PowerShell,...

It's enough and more robust to just quote those strings. For example: ```batch if exist "%appdata%\adb\" ( "%appdata%\adb\adb" connect 127.0.0.1:58526 ``` --- * > these filenames or directory names require...

> MSVC cannot handle UTF8 (without BOM) MSVC understands UTF-8 (without BOM). MSVC (`cl.exe`) uses active system code page by default. But you can and it's generally **good** to always...

问题出在: 年久失修的 `markdown-it-katex` 引入了 KaTeX 0.6.0,与现代的 KaTeX 不兼容,发生冲突。 --- 对于这种情况,最好自己重新实现一遍。 鉴于 [`waylonflinn/markdown-it-katex`](https://github.com/waylonflinn/markdown-it-katex) 以 MIT License 授权,复制点代码过来也无妨,但要注意几个比较坑的地方。 以下资料可能会有帮助: * * * * *