You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across an issue parsing an un-indented HTML fragment, where the parser seems to be incorrectly treating part of the HTML as a block of paragraph-text (wrapped in a <p> tag and quote-escaped). Here's a minimal-repro test case where the issue should be self-explanatory:
I came across an issue parsing an un-indented HTML fragment, where the parser seems to be incorrectly treating part of the HTML as a block of paragraph-text (wrapped in a
<p>
tag and quote-escaped). Here's a minimal-repro test case where the issue should be self-explanatory:Compare against:
commonmarker
:kramdown
:bluecloth
:The text was updated successfully, but these errors were encountered: