add basic task list and task item extension
This commit is contained in:
@@ -9,7 +9,9 @@ const ListItem = createNode({
|
||||
|
||||
parseHTML() {
|
||||
return [
|
||||
{ tag: 'li' },
|
||||
{
|
||||
tag: 'li',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user