add comments to all commands
This commit is contained in:
@@ -31,6 +31,9 @@ const Strike = createMark({
|
||||
|
||||
addCommands() {
|
||||
return {
|
||||
/**
|
||||
* Toggle a strike mark
|
||||
*/
|
||||
strike: (): Command => ({ commands }) => {
|
||||
return commands.toggleMark('strike')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user