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