dependencies: update

This commit is contained in:
Philipp Kühn
2022-01-04 10:02:24 +01:00
parent 909d44459c
commit 6a94e2fa62
22 changed files with 896 additions and 883 deletions

View File

@@ -203,6 +203,15 @@ Node.create({
})
```
#### Whitespace
Controls way whitespace in this a node is parsed.
```js
Node.create({
whitespace: 'pre',
})
```
#### Defining
Nodes get dropped when their entire content is replaced (for example, when pasting new content) by default. If a node should be kept for such replace operations, configure them as `defining`.