diff options
author | Benjamin Dumke-von der Ehe <mail@benjamin-dumke.de> | 2015-06-11 09:43:15 +0200 |
---|---|---|
committer | Benjamin Dumke-von der Ehe <mail@benjamin-dumke.de> | 2015-06-11 09:43:15 +0200 |
commit | 1011cc82cdb0c1118cf4f2ab81628c4660d764af (patch) | |
tree | e60af4cd55e12b5675c2fd9495a12ab19ba346ab /spec.txt | |
parent | f31bb51ade76790b35a14517635d5e1da45f4ea5 (diff) |
Specify nested link definition behavior in prose
The behavior was already specified in examples 426, 427, 428, 440, 441; this change merely describes it in the textual part.
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5818,7 +5818,9 @@ A [link text](@link-text) consists of a sequence of zero or more inline elements enclosed by square brackets (`[` and `]`). The following rules apply: -- Links may not contain other links, at any level of nesting. +- Links may not contain other links, at any level of nesting. If + multiple otherwise valid link definitions appear nested inside each + other, the inner-most definition is used. - Brackets are allowed in the [link text] only if (a) they are backslash-escaped or (b) they appear as a matched pair of brackets, |