update content

This commit is contained in:
Hans Pagel 2020-11-13 11:46:51 +01:00
parent bb9e159642
commit 8ee85ca035
2 changed files with 3 additions and 1 deletions

View File

@ -72,4 +72,6 @@ context('/api/marks/link', () => {
.should('have.attr', 'href', url)
})
})
// TODO: Test invalid URLs
})

View File

@ -179,7 +179,7 @@ createNode({
#### 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`.
Typically, that applies to [`Blockquote`](/api/extensions/blockquote), [`CodeBlock`](/api/extensions/code-block), [`Heading`](/api/extensions/heading), and [`ListItem`](/api/extensions/list-item).
Typically, that applies to [`Blockquote`](/api/node/blockquote), [`CodeBlock`](/api/node/code-block), [`Heading`](/api/node/heading), and [`ListItem`](/api/node/list-item).
```js
createNode({