Different behavior when inserting code #663
-
Hi. I insert code from IDE RIDER and milkdown recognizes perfectly, but then insert code from Visual Studio Code it displays incorrectly. What does it depend on? How can this be fixed? ps. example if use TinyMCE from all ide all work fine. |
Beta Was this translation helpful? Give feedback.
Answered by
Saul-Mirone
Aug 10, 2022
Replies: 1 comment 4 replies
-
VSCode's behavior is wired, it will put data into a key called 'vscode-editor-data' in clipboard, so you need to handle it by create a plugin. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
devopg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VSCode's behavior is wired, it will put data into a key called 'vscode-editor-data' in clipboard, so you need to handle it by create a plugin.