fix: fix content expression for blockquote node, fix #1681

This commit is contained in:
Philipp Kühn 2021-11-23 14:38:23 +01:00
parent 403c147d4d
commit 74a33264c0

View File

@ -35,7 +35,7 @@ export const Blockquote = Node.create<BlockquoteOptions>({
}
},
content: 'block*',
content: 'block+',
group: 'block',