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 373c907..dc944d0 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7420,7 +7420,7 @@ bar>)</p>
Pointy brackets that enclose links must be unescaped:
```````````````````````````````` example
-[link](<foo/>)
+[link](<foo\>)
.
<p><a href="%3Cfoo%3E">link</a></p>
````````````````````````````````