add comments to all commands
This commit is contained in:
@@ -24,6 +24,9 @@ const Blockquote = createNode({
|
||||
|
||||
addCommands() {
|
||||
return {
|
||||
/**
|
||||
* Toggle a blockquote node
|
||||
*/
|
||||
blockquote: (): Command => ({ commands }) => {
|
||||
return commands.toggleWrap('blockquote')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user