Lemmingh
Lemmingh
> ```markdown > $$ math block > continued here $$ > ``` 跟多行没有关系。HTML block 中也有这种形式。 --- > **Paragraph continuation text** is text that will be parsed as **part of the...
**Please check the latest guide at** Thank you.
Personally, I guess you were working on a large file with thousands of lines.
https://github.com/kortina/vscode-markdown-notes/blob/211ca0ac0f5fb89a9315da04ee7141e5e0ef6cf6/package-lock.json#L2040-L2049 Interesting, [`markdown-notes`](https://github.com/kortina/vscode-markdown-notes) itself does not use [`markdown-it-regexp`](https://www.npmjs.com/package/markdown-it-regexp) (seemingly the suspect) at all, but simply exposes [`@thomaskoppelaar/markdown-it-wikilinks`](https://www.npmjs.com/package/@thomaskoppelaar/markdown-it-wikilinks), which is a dependent of the suspect, by `extendMarkdownIt()`. Then, both VS Code's...
> 33k line Large from the perspective of Markdown. Even `cmark` can take **tens *to* hundreds of milliseconds** to process such thing. Besides, the last time I visited its repo,...
> Seems that 1.64.0 version update changes something to slow down extension further. I'm not sure, but looks terrible. That is to say, the built-in `vscode.markdown-language-features` extension since VS Code...
So, you just repeated this issue. This is still a feature request (), and no one here knows how to implement it yet. I'd recommend you silently click thumbs-up at...
[^1]: For example: * #207 * #510 > it seems you are not in the best mood I'm sorry. --- "Order list marker" + "Context-dependent indentation" + "Loose list" +...
I'm afraid we have to wait for the upstream. We cannot take any native code, otherwise, #996 will be impaired. VS Code's Clipboard API [only supports text](https://github.com/microsoft/vscode/blob/9a21b536639c2d986c50fb51b7da67bafdb50c9b/src/vs/vscode.d.ts#L8292-L8308) for now due...
Looks like we discussed this question before: #977