aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDEC05EBA <dec05eba@protonmail.com>2019-12-31 08:53:56 +0100
committerDEC05EBA <dec05eba@protonmail.com>2019-12-31 08:53:56 +0100
commit0ecbffb885254f5abfc6abfe837852ec0f3ba81c (patch)
treea5764b6321a1e8f887a59f75be5d23ae2cb108ac
parente45ef50d65f1e9274a0821bed8969214dae7dce4 (diff)
Add todo
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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