fix: fix multiline copy paste (#4978)
This commit is contained in:
parent
7d4bb3e12b
commit
ab2e96a915
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ export const CoreEditorExtensions = ({
|
||||||
Markdown.configure({
|
Markdown.configure({
|
||||||
html: true,
|
html: true,
|
||||||
transformPastedText: true,
|
transformPastedText: true,
|
||||||
|
breaks: true,
|
||||||
}),
|
}),
|
||||||
Table,
|
Table,
|
||||||
TableHeader,
|
TableHeader,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue