The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  "name": "Enforce empty tags",
  "options": {},
  "html": "<link>text</link>",
  "expected": [
    {
      "type": "tag",
      "name": "link",
      "attribs": {}
    },
    {
      "data": "text",
      "type": "text"
    }
  ]
}