mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
improve custom blockquote example
This commit is contained in:
parent
9347dd167f
commit
32e0a945a8
@ -64,7 +64,7 @@ The default `Blockquote` extension can wrap other nodes, like headings. If you w
|
||||
import Blockquote from '@tiptap/extension-blockquote'
|
||||
|
||||
const CustomBlockquote = Blockquote.extend({
|
||||
content: 'paragraph block*',
|
||||
content: 'paragraph*',
|
||||
})
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user