aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorMatthias Geier <Matthias.Geier@gmail.com>2017-06-03 15:09:29 +0200
committerMatthias Geier <Matthias.Geier@gmail.com>2017-06-03 15:09:29 +0200
commite826996125e8d4e42cd9a5320b7976c31a5b39a6 (patch)
tree3facee0f781a8ad12eb808e5fbe06a76a63e6d53 /spec.txt
parentf49f2b202b300840c3a2ef53e40697017095abf8 (diff)
Mention removing surrounding whitespace from link labels
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 2efb378..c23024a 100644
--- a/spec.txt
+++ b/spec.txt
@@ -7568,7 +7568,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.)