I'm ported commonmark.js to java (https://github.com/hidekatsu-izuno/commonmark4j). Then I found the non existing node type HtmlInline in the xml.js. Is this not HtmlBlock? ``` xml.js:javascript unescapedContents = nodetype === 'Html' || nodetype === 'HtmlInline'; ```
I'm ported commonmark.js to java (https://github.com/hidekatsu-izuno/commonmark4j).
Then I found the non existing node type HtmlInline in the xml.js. Is this not HtmlBlock?