diff --git a/docs/src/docPages/api/commands.md b/docs/src/docPages/api/commands.md index cf9e4ca6..7b26bb80 100644 --- a/docs/src/docPages/api/commands.md +++ b/docs/src/docPages/api/commands.md @@ -80,6 +80,7 @@ Have a look at all of the core commands listed below. They should give you a goo | Command | Description | | ----------------------- | --------------------------------------------------------- | | .clearNodes() | Normalize nodes to a simple paragraph. | +| .extendMarkRange() | Extends the text selection to the current mark. | | .removeMark() | Remove a mark in the current selection. | | .removeMarks() | Remove all marks in the current selection. | | .removeMarks() | Remove all marks in the current selection. |