aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 0bbd360..4162938 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7447,7 +7447,7 @@ Pointy brackets that enclose links must be unescaped:
```````````````````````````````` example
[link](<foo\>)
.
-<p><a href="%3Cfoo%3E">link</a></p>
+<p>[link](&lt;foo&gt;)</p>
````````````````````````````````