Skip to content

Commit

Permalink
Merge pull request #479 from mgeier/strip-whitespace-from-link-labels
Browse files Browse the repository at this point in the history
Mention removing surrounding whitespace from link labels
  • Loading branch information
jgm authored Aug 1, 2017
2 parents 3053251 + e826996 commit f09a977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7591,7 +7591,8 @@ characters inside the square brackets.

One label [matches](@)
another just in case their normalized forms are equal. To normalize a
label, perform the *Unicode case fold* and collapse consecutive internal
label, perform the *Unicode case fold*, strip leading and trailing
[whitespace] and collapse consecutive internal
[whitespace] to a single space. If there are multiple
matching reference link definitions, the one that comes first in the
document is used. (It is desirable in such cases to emit a warning.)
Expand Down

0 comments on commit f09a977

Please sign in to comment.