Graphtage currently throws an error when encountering a closing tag such as `</head>` because it fails to match the tag appropriately, preventing it from diffing HTML.
Graphtage currently throws an error when encountering a closing tag such as
</head>because it fails to match the tag appropriately, preventing it from diffing HTML.