From 2260f3615ec3084bf69d745169422c080197aaaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 6 Nov 2020 13:44:37 +0100 Subject: [PATCH] add extendMarkRange to docs --- docs/src/docPages/api/commands.md | 1 + 1 file changed, 1 insertion(+) 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. |