mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 17:37:23 +00:00
fix(nc-gui): improve preprocessMarkdown logic
This commit is contained in:
@@ -125,7 +125,7 @@ const getTiptapExtensions = () => {
|
||||
emptyEditorClass: 'is-editor-empty',
|
||||
placeholder: props.placeholder,
|
||||
}),
|
||||
Markdown.configure({ breaks: true, transformPastedText: true, transformCopiedText: true }),
|
||||
Markdown.configure({ breaks: true, transformPastedText: true }),
|
||||
]
|
||||
|
||||
if (appInfo.value.ee && !props.hideMention) {
|
||||
|
||||
Reference in New Issue
Block a user