fix: fix content expression for blockquote node, fix #1681
This commit is contained in:
@@ -35,7 +35,7 @@ export const Blockquote = Node.create<BlockquoteOptions>({
|
||||
}
|
||||
},
|
||||
|
||||
content: 'block*',
|
||||
content: 'block+',
|
||||
|
||||
group: 'block',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user