Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
This commit is contained in:
@@ -19,7 +19,7 @@ export const TaskItem = Node.create({
|
|||||||
},
|
},
|
||||||
|
|
||||||
content() {
|
content() {
|
||||||
return this.options.nested ? '(paragraph|taskList)+' : 'paragraph+'
|
return this.options.nested ? 'paragraph block*' : 'paragraph+'
|
||||||
},
|
},
|
||||||
|
|
||||||
defining: true,
|
defining: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user