html_parser 0.7.0

A simple and general purpose html/xhtml parser
Documentation
---
source: tests/document.rs
expression: dom
---
{
  "treeType": "document",
  "children": [
    "comment",
    "comment",
    "comment",
    "comment",
    {
      "name": "html",
      "variant": "normal",
      "children": [
        "comment"
      ]
    },
    "comment",
    "comment"
  ]
}