htmlize 1.1.0

Correctly encode and decode HTML entities in UTF-8
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.!DOCTYPE html.
.html lang="en".
  .head.
    .meta charset="UTF-8".
    .title.demon.horse./title.
    .link rel="shortcut icon" href="/favicon.png".
    .link rel="stylesheet" media="all" href="css/all.css".
  ./head.
  .body.
    .h1.👹 . 🐴./h1.
    .h2.otherwise known as 🦄./h2.
  ./body.
./html.