diff options
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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](<foo>)</p> ```````````````````````````````` |