diff options
author | gennyble <gen@nyble.dev> | 2023-12-27 17:27:03 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-12-27 17:27:03 -0600 |
commit | a567b9eb9930e3ec0d6da00f58d217843a732e2f (patch) | |
tree | 5458fb21617c52a95040f7bc2bb5b7422a9605bc | |
parent | e12cc58bd80b8fdf3837928694c20ab9001a5cf2 (diff) | |
download | cutie-a567b9eb9930e3ec0d6da00f58d217843a732e2f.tar.gz cutie-a567b9eb9930e3ec0d6da00f58d217843a732e2f.zip |
probably not fast
-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)* |