update content

This commit is contained in:
Hans Pagel
2020-11-12 16:36:29 +01:00
parent eb827d774b
commit 262ff88e59
7 changed files with 93 additions and 33 deletions

View File

@@ -354,6 +354,9 @@ const CustomLink = Link.extend({
```
## Start from scratch
You can also build your own extensions from scratch with the `createNode()`, `createMark()`, and `createExtension()` functions. Pass an option with your code and configuration.
And if everything is working fine, dont forget to [share it with the community](https://github.com/ueberdosis/tiptap-next/issues/new/choose).
### Create a node
```js