mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-11 20:08:59 +08:00
fix: fix content expression for blockquote node, fix #1681
This commit is contained in:
parent
403c147d4d
commit
74a33264c0
@ -35,7 +35,7 @@ export const Blockquote = Node.create<BlockquoteOptions>({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
content: 'block*',
|
content: 'block+',
|
||||||
|
|
||||||
group: 'block',
|
group: 'block',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user