diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 23:06:52 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 23:06:52 -0700 |
commit | 4db067d7a1324735f7d86c04668071fa0bf1973f (patch) | |
tree | 67a96021f2c326853c6270788bda8b900ac37eb4 | |
parent | a0a9e82aa753cddc81d5cf4d855eb35399e57f71 (diff) |
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.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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](@), |