mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-25 13:41:08 +08:00
fix broken links
This commit is contained in:
parent
480f863de3
commit
2d5f15f338
@ -179,7 +179,7 @@ createNode({
|
|||||||
#### Defining
|
#### 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`.
|
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/node/blockquote), [`CodeBlock`](/api/node/code-block), [`Heading`](/api/node/heading), and [`ListItem`](/api/node/list-item).
|
Typically, that applies to [`Blockquote`](/api/nodes/blockquote), [`CodeBlock`](/api/nodes/code-block), [`Heading`](/api/nodes/heading), and [`ListItem`](/api/nodes/list-item).
|
||||||
|
|
||||||
```js
|
```js
|
||||||
createNode({
|
createNode({
|
||||||
|
@ -106,6 +106,6 @@ The reference implementation for collaborative editing uses Y.js now. That’s a
|
|||||||
Read more about [the new collaborative editing experience](/guide/collaborative-editing) in our guide.
|
Read more about [the new collaborative editing experience](/guide/collaborative-editing) in our guide.
|
||||||
|
|
||||||
### Become a sponsor
|
### Become a sponsor
|
||||||
tiptap wouldn’t exist without the funding of its community. If you fell in love with tiptap, don’t forget to [become a sponsor](/sponsor) and make the [maintenance, development and support](/open) sustainable.
|
tiptap wouldn’t exist without the funding of its community. If you fell in love with tiptap, don’t forget to [become a sponsor](/sponsor) and make the maintenance, development and support sustainable.
|
||||||
|
|
||||||
In exchange, we’ll take you into our hearts, invite you to private repositories, add a `sponsor 💖` label to your issues and pull requests and more.
|
In exchange, we’ll take you into our hearts, invite you to private repositories, add a `sponsor 💖` label to your issues and pull requests and more.
|
||||||
|
Loading…
Reference in New Issue
Block a user