diff --git a/apps/web/src/components/Editor.tsx b/apps/web/src/components/Editor.tsx index 0f576446..f80d23f7 100644 --- a/apps/web/src/components/Editor.tsx +++ b/apps/web/src/components/Editor.tsx @@ -474,7 +474,7 @@ export default function Editor({ autolink: true, linkOnPaste: true, }), - Markdown, + Markdown.configure({ transformPastedText: true }), Placeholder.configure({ placeholder: readOnly ? ""