Skip to content

Commit

Permalink
chore: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SimYunSup committed Sep 2, 2024
1 parent 1e54fde commit fee24c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const ListItemHTMLConverter: HTMLConverter<SerializedListItemNode> = {
</li>`
} else {
return `<li ${hasSubLists ? `class="nestedListItem" ` : ''} value=${node?.value}${style}>${childrenText}</li>`
return `<li ${hasSubLists ? `class="nestedListItem" ` : ''}value=${node?.value}${style}>${childrenText}</li>`
}
},
nodeTypes: [ListItemNode.getType()],
Expand Down

0 comments on commit fee24c6

Please sign in to comment.