improve custom blockquote example

This commit is contained in:
Hans Pagel 2020-10-28 16:54:11 +01:00
parent 9347dd167f
commit 32e0a945a8

View File

@ -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*',
})
```