When pasting multiple lines of text from VSCode into the editor, a code block is always created, even when the text does not resemble code Multi-line paste should result in multiple text blocks being created Eventually we will want to handle markdown when pasting, and this is the first step in resolving that
When pasting multiple lines of text from VSCode into the editor, a code block is always created, even when the text does not resemble code
Multi-line paste should result in multiple text blocks being created
Eventually we will want to handle markdown when pasting, and this is the first step in resolving that