diff --git a/docs/src/data/posts/commands.md b/docs/src/data/posts/commands.md index 7f8f6531..e6d808c9 100644 --- a/docs/src/data/posts/commands.md +++ b/docs/src/data/posts/commands.md @@ -24,10 +24,18 @@ Remove all marks in the current selection. Select the whole document. +## .selectParentNode() + +Select the parent node. + ## .setContent() Replace the whole document with new content. +## .toggleMark() + +Toggle a mark on and off. + ## .toggleNode() Toggle a node with another node. \ No newline at end of file