diff --git a/markdown.md b/markdown.md index 9fb7045705..8049760c00 100644 --- a/markdown.md +++ b/markdown.md @@ -1,717 +1,375 @@ -
<=== no thank you
-```
+Please do **NOT** use a trailing slash on
+[void HTML elements](https://github.com/validator/validator/wiki/Markup-»-Void-elements).
-Instead use, respectively:
+See also this note on [trailing slashes in void-element start tags](https://github.com/validator/validator/wiki/Markup-»-Void-elements#trailing-slashes-in-void-element-start-tags-do-NOT-mark-the-start-tags-as-self-closing).
-```
-
-
+✔️
```
-Jump to: [top](#)
-
-
-```
-
+ Which allows for HTML
-```
-
-The problem goes beyond the fact that `pandoc(1)` generates problematic
-HTML from the markdown image construct, the resulting HTML does **NOT**
-have `width` and `height` information so browsers have to slow down
-on rendering text around the image until it can internally determine
-the image size.
-
-Jump to: [top](#)
-
-