diff options
author | DEC05EBA <dec05eba@protonmail.com> | 2019-12-31 08:53:56 +0100 |
---|---|---|
committer | DEC05EBA <dec05eba@protonmail.com> | 2019-12-31 08:53:56 +0100 |
commit | 0ecbffb885254f5abfc6abfe837852ec0f3ba81c (patch) | |
tree | a5764b6321a1e8f887a59f75be5d23ae2cb108ac | |
parent | e45ef50d65f1e9274a0821bed8969214dae7dce4 (diff) |
Add todo
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ A small html parser written in C. The parser fixes broken html (missing end tags). The parser doesn't perform any dynamic allocations (heap) and only outputs the parsing result to a callback function rather than a dom tree. +# TODO +Unescape html sequences in text and attribute values |