bustle/mobiledoc-kit

Section parser: <blockquote> is lost when it contains <p> children

Closed this issue · 0 comments

Parsing the following valid html:

<blockquote>
    <p>First paragraph...</p>
    <p>Second paragraph...</p>
</blockquote>

Results in two MarkupSections being created but without a tagName of blockquote so the intended semantics and styling is lost.