A <div> node that contains block-level content (e.g. paragraphs, lists, headings).
Registered alongside the inline-only div node (html-tag-div.tiptap-extension.ts) at a higher
parse priority: a <div> with at least one block-level child element is claimed by this node, so
its nested block content is preserved instead of being lifted out of the div (#22654). A <div>
with no block-level children falls through to the inline div node.
A
<div>node that contains block-level content (e.g. paragraphs, lists, headings).Registered alongside the inline-only
divnode (html-tag-div.tiptap-extension.ts) at a higher parse priority: a<div>with at least one block-level child element is claimed by this node, so its nested block content is preserved instead of being lifted out of the div (#22654). A<div>with no block-level children falls through to the inlinedivnode.