commonmark.js dingus

clear    

    <p>&lt;img+src=&quot;1&quot;+onerror=&quot;alert(1)&quot;&gt;</p>
    
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE document SYSTEM "CommonMark.dtd">
    <document xmlns="http://commonmark.org/xml/1.0">
      <paragraph>
        <text>&lt;</text>
        <text>img+src=</text>
        <text>&quot;</text>
        <text>1</text>
        <text>&quot;</text>
        <text>+onerror=</text>
        <text>&quot;</text>
        <text>alert(1)</text>
        <text>&quot;</text>
        <text>&gt;</text>
      </paragraph>
    </document>
    
    Parsed in 2 ms. Rendered in 0 ms.