From 5ea6a13ead2a5cab0f578c8af5f0e0be88c3a08c Mon Sep 17 00:00:00 2001 From: gennyble Date: Wed, 18 Dec 2024 00:27:34 -0600 Subject: Ahhhhh --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md old mode 100644 new mode 100755 index 49cdf8a..252c728 --- a/readme.md +++ b/readme.md @@ -3,7 +3,11 @@ Not particularly fast, probably. - 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 `>`)* +- attributes must use `"` as their quoting character AND attributes must be + quoted *(no `src=image.png` nonsense. is that- does that ever even happen? i hope not)* +- attribute keys, if they have a value, must have the `=` directly following the + key *(good: `src="image.png"`, bad: `src = "image.png`)* +- self-closing tags must have the closing `/` at the very end of the body *(directly before the `>`)* - no > in tags except at the end (not even in attributes) - inline `