mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
Fix text-align extension url
This commit is contained in:
parent
8169eef27c
commit
a45758642c
@ -553,7 +553,7 @@ const CustomMark = Mark.create({
|
||||
### Create an extension
|
||||
Extensions add new capabilities to tiptap and you’ll read the word extension here very often, even for nodes and marks. But there are literal extensions. Those can’t add to the schema (like marks and nodes do), but can add functionality or change the behaviour of the editor.
|
||||
|
||||
A good example to learn from is probably [`TextAlign`](/api/extension/text-align).
|
||||
A good example to learn from is probably [`TextAlign`](/api/extensions/text-align).
|
||||
|
||||
```js
|
||||
import { Extension } from '@tiptap/core'
|
||||
|
Loading…
Reference in New Issue
Block a user