feat: Add option to preserve whitespace in parseOptions (#2448)

This commit is contained in:
华丽 2024-01-27 02:44:07 +08:00 committed by GitHub
parent 8db37617d4
commit 285f83e2fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,6 +110,9 @@ export function useTiptap(options: UseTiptapOptions) {
class: 'content-editor content-rich',
},
},
parseOptions: {
preserveWhitespace: 'full',
},
autofocus,
editable: true,
})