aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-26 12:18:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-26 12:18:56 -0700
commit58a2565051c3eb5cb40e7b5e39d21554a092ff2b (patch)
tree475c7f880de9026a6e5988872d1b2427d7221efc /spec.txt
parentc1e0183685e22282cbf5651970200fe56a712002 (diff)
Fix spec example in light of recent change to link destination.
Diffstat (limited to 'spec.txt')
-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>
````````````````````````````````