diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md index d0fc3b9..49cdf8a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ opinionated, standards non-compliant HTML parser meant to consume handwritten HTML. +Not particularly fast, probably. - all tags must close *(even `<br/>`, `<meta/>`, `<link/>`)* - tag names must be separated from the tag-body *(where the attributes go)* by a space character *(` `, 0x20)* |