add list group
This commit is contained in:
@@ -3,7 +3,7 @@ import { createNode } from '@tiptap/core'
|
||||
const ListItem = createNode({
|
||||
name: 'list_item',
|
||||
|
||||
content: 'paragraph block*',
|
||||
content: '(paragraph|list)+',
|
||||
|
||||
defining: true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user