mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Use markdown engine to enable/disable smart paste (#202192)
Fixes #188863 Fixes #188958 Fixes #188868 This is more reliable than using the regular expressions. However the regular expressions are still needed for inline elements
This commit is contained in:
6
extensions/markdown-language-features/src/typings/markdown-it-katex.d.ts
vendored
Normal file
6
extensions/markdown-language-features/src/typings/markdown-it-katex.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
declare module '@vscode/markdown-it-katex';
|
||||
Reference in New Issue
Block a user