Merge pull request #8913 from streetwriters/editor/fix-checklist-bulletlist

editor: fix checklist parsing as bulletlist
This commit is contained in:
Abdullah Atta
2025-11-05 12:03:55 +05:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ export const ListItem = TiptapListItem.extend({
parseHTML() { parseHTML() {
return [ return [
{ {
priority: 100, priority: 50,
tag: `li`, tag: `li`,
getContent: ensureLeadingParagraph getContent: ensureLeadingParagraph
} }