This commit is contained in:
Philipp Kühn
2020-11-13 16:44:26 +01:00
37 changed files with 469 additions and 51 deletions

View File

@@ -44,6 +44,9 @@ const Strike = createMark({
addCommands() {
return {
/**
* Toggle a strike mark
*/
strike: (): Command => ({ commands }) => {
return commands.toggleMark('strike')
},