update docs

This commit is contained in:
Philipp Kühn
2020-04-22 14:08:25 +02:00
parent 4e6404a404
commit fd4453f7c5

View File

@@ -24,10 +24,18 @@ Remove all marks in the current selection.
Select the whole document. Select the whole document.
## .selectParentNode()
Select the parent node.
## .setContent() ## .setContent()
Replace the whole document with new content. Replace the whole document with new content.
## .toggleMark()
Toggle a mark on and off.
## .toggleNode() ## .toggleNode()
Toggle a node with another node. Toggle a node with another node.