mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
fix blockquotes
This commit is contained in:
parent
9e2ee85065
commit
0d1bf1da67
@ -6,7 +6,7 @@ export const inputRegex = /^\s*>\s$/gm
|
||||
const Blockquote = createNode({
|
||||
name: 'blockquote',
|
||||
|
||||
content: 'paragraph block*',
|
||||
content: 'block*',
|
||||
|
||||
group: 'block',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user