feat: Add option to preserve whitespace in parseOptions (#2448)
This commit is contained in:
parent
8db37617d4
commit
285f83e2fa
@ -110,6 +110,9 @@ export function useTiptap(options: UseTiptapOptions) {
|
||||
class: 'content-editor content-rich',
|
||||
},
|
||||
},
|
||||
parseOptions: {
|
||||
preserveWhitespace: 'full',
|
||||
},
|
||||
autofocus,
|
||||
editable: true,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user