I have realised that if I copy a portion of the editor, and paste it back in the editor, it works as expected (with the correct format).
If I paste it in vs code I get markdown, which is great:
## Introducing Novel
[Novel](https://github.com/steven-tey/novel) is a Notion-style WYSIWYG editor with AI-powered autocompletion. Built with [Tiptap](https://tiptap.dev/) + [Vercel AI SDK](https://sdk.vercel.ai/docs).
### Installation
npm i novel
But if I copy that code from vs code, and paste it back into novel, it gets pasted as a block code
Hi, thanks for an awesome project!
I have realised that if I copy a portion of the editor, and paste it back in the editor, it works as expected (with the correct format). If I paste it in vs code I get markdown, which is great:
npm i novel
But if I copy that code from vs code, and paste it back into novel, it gets pasted as a block code