From 4b4689ca0d086e11de52cbbf848fa0873acd7274 Mon Sep 17 00:00:00 2001 From: gennyble Date: Wed, 27 Dec 2023 17:18:12 -0600 Subject: rountrips! --- readme.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 725a71a..d0fc3b9 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,8 @@ opinionated, standards non-compliant HTML parser meant to consume handwritten HTML. - all tags must close *(even `
`, ``, ``)* +- tag names must be separated from the tag-body *(where the attributes go)* by a space character *(` `, 0x20)* +- self-closing tags must have the closing `/` at the ver y end of the body *(directly before the `>`)* - no > in tags except at the end (not even in attributes) - inline `