diff options
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6666,6 +6666,14 @@ Spaces are not allowed in autolinks: <p><http://foo.bar/baz bim></p> . +Backslash-escapes do not work inside autolinks: + +. +<http://example.com/\[\> +. +<p><a href="http://example.com/%5C%5B%5C">http://example.com/\[\</a></p> +. + An [email autolink](@email-autolink) consists of `<`, followed by an [email address], followed by `>`. The link's label is the email address, @@ -6693,6 +6701,14 @@ Examples of email autolinks: <p><a href="mailto:foo+special@Bar.baz-bar0.com">foo+special@Bar.baz-bar0.com</a></p> . +Backslash-escapes do not work inside email autolinks: + +. +<foo\+@bar.example.com> +. +<p><foo+@bar.example.com></p> +. + These are not autolinks: . |