fix blockquotes
This commit is contained in:
@@ -6,7 +6,7 @@ export const inputRegex = /^\s*>\s$/gm
|
||||
const Blockquote = createNode({
|
||||
name: 'blockquote',
|
||||
|
||||
content: 'paragraph block*',
|
||||
content: 'block*',
|
||||
|
||||
group: 'block',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user