From 6d691af2117baea5f946b1f335d6f03679cfc5d7 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Sun, 26 Sep 2010 08:25:17 -0700 Subject: [PATCH] clarify README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb2fea9..057b22f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ TagSoup is used to parse the HTML, and it does a good job. However TagSoup does , , -In the third case, img and br tags will be output as a single self-closing tags. Other self-closing tags will be output as an open and closing pair. So ` or ` converts to ``, and ` or ` converts to ``. There are future updates to TagSoup planned to fix these cases. +In the third case, img and br tags will be output as a single self-closing tags. Other self-closing tags will be output as an open and closing pair. So ` or ` converts to ``, and ` or ` converts to ``. There are future updates to TagSoup planned so that TagSoup will be able to render tags exactly the same as they were parsed. Integration ===========