update content

This commit is contained in:
Hans Pagel
2020-10-28 16:32:06 +01:00
parent 8c3a2b7d1c
commit 3518943e62
9 changed files with 288 additions and 257 deletions

View File

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