From 0ecbffb885254f5abfc6abfe837852ec0f3ba81c Mon Sep 17 00:00:00 2001 From: DEC05EBA Date: Tue, 31 Dec 2019 08:53:56 +0100 Subject: Add todo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b90e48b..0a5bbfe 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3