Merge pull request #8915 from streetwriters/release/v3.3.5

Release/v3.3.5
This commit is contained in:
01zulfi
2025-11-05 13:15:30 +05:00
committed by GitHub
5 changed files with 7 additions and 7 deletions

View File

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