add italic commands

This commit is contained in:
Philipp Kühn
2020-11-17 21:49:23 +01:00
parent 3349ebf081
commit f24e8f7ee9
9 changed files with 22 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ editor
.can()
.chain()
.toggleBold()
.italic()
.toggleItalic()
.run()
```