mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
Merge pull request #8913 from streetwriters/editor/fix-checklist-bulletlist
editor: fix checklist parsing as bulletlist
This commit is contained in:
@@ -24,7 +24,7 @@ export const ListItem = TiptapListItem.extend({
|
||||
parseHTML() {
|
||||
return [
|
||||
{
|
||||
priority: 100,
|
||||
priority: 50,
|
||||
tag: `li`,
|
||||
getContent: ensureLeadingParagraph
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user