rename attributes to HTMLAttributes
This commit is contained in:
@@ -18,8 +18,8 @@ const Blockquote = createNode({
|
||||
]
|
||||
},
|
||||
|
||||
renderHTML({ attributes }) {
|
||||
return ['blockquote', attributes, 0]
|
||||
renderHTML({ HTMLAttributes }) {
|
||||
return ['blockquote', HTMLAttributes, 0]
|
||||
},
|
||||
|
||||
addCommands() {
|
||||
|
||||
Reference in New Issue
Block a user