diff options
author | Matthias Geier <Matthias.Geier@gmail.com> | 2017-06-03 15:09:29 +0200 |
---|---|---|
committer | Matthias Geier <Matthias.Geier@gmail.com> | 2017-06-03 15:09:29 +0200 |
commit | e826996125e8d4e42cd9a5320b7976c31a5b39a6 (patch) | |
tree | 3facee0f781a8ad12eb808e5fbe06a76a63e6d53 | |
parent | f49f2b202b300840c3a2ef53e40697017095abf8 (diff) |
Mention removing surrounding whitespace from link labels
-rw-r--r-- | spec.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.) |