From 4db067d7a1324735f7d86c04668071fa0bf1973f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 Apr 2019 23:06:52 -0700 Subject: Removed redundant condition. We don't need to specify that the absolute URI in an autolink doesn't contain `<`, since this is specified in the description of an absolute URI. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index c7dce2f..3d29369 100644 --- a/spec.txt +++ b/spec.txt @@ -8686,7 +8686,7 @@ If you want a link after a literal `!`, backslash-escape the as the link label. A [URI autolink](@) consists of `<`, followed by an -[absolute URI] not containing `<`, followed by `>`. It is parsed as +[absolute URI] followed by `>`. It is parsed as a link to the URI, with the URI as the link's label. An [absolute URI](@), -- cgit v1.2.3