föö
föfö
+
````````````````````````````````
+
+Entity and numeric character references are left uninterpreted
+in HTML blocks and raw HTML:
+
```````````````````````````````` example
-[foo]
+foo
-
+
````````````````````````````````
-Entity and numeric character references are treated as literal
-text in code spans and code blocks:
-
```````````````````````````````` example
-`föö`
+[foo]
+
+[foo]: /föö "föö"
.
-föö
föfö
+foo
````````````````````````````````
@@ -9173,17 +9180,17 @@ foo &<]]>
````````````````````````````````
-Entity and numeric character references are preserved in HTML
+Entity and numeric character references are copied uninterpreted in HTML
attributes:
```````````````````````````````` example
-foo
+foo
.
-
+
````````````````````````````````
-Backslash escapes do not work in HTML attributes:
+Backslash escapes are also copied uninterpreted:
```````````````````````````````` example
foo
@@ -9192,6 +9199,9 @@ foo
````````````````````````````````
+Not interpreting backslash escapes can mean not recognizing
+a tag that HTML5 would recognize:
+
```````````````````````````````` example
.