opinionated, standards non-compliant HTML parser meant to consume handwritten HTML.

- all tags must close *(even `<br/>`, `<meta/>`, `<link/>`)*
- no > in tags except at the end (not even in attributes)
- inline `<script>` and `<style>` must have their closing-tag be
  first-of-line *(excluding whitespace)*