fix blockquotes

This commit is contained in:
Hans Pagel 2020-10-28 16:49:37 +01:00
parent 9e2ee85065
commit 0d1bf1da67

View File

@ -6,7 +6,7 @@ export const inputRegex = /^\s*>\s$/gm
const Blockquote = createNode({
name: 'blockquote',
content: 'paragraph block*',
content: 'block*',
group: 'block',