htmlite 0.6.0

Parsing properly nested HTML tags
Documentation
1
2
3
4
5
6
7
<!doctype html>
<html>
<head><title>hello</title></head>
<body>
  &invalidname;
</body>
</html>