add removeMark command

This commit is contained in:
Philipp Kühn
2020-04-22 14:22:31 +02:00
parent fd4453f7c5
commit fd8f5de375
4 changed files with 77 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ Insert a string of HTML at the currently selected position.
Insert a string of text at the currently selected position.
## .removeMark()
Remove a mark in the current selection.
## .removeMarks()
Remove all marks in the current selection.