aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorBenjamin Dumke-von der Ehe <mail@benjamin-dumke.de>2015-06-11 09:43:15 +0200
committerBenjamin Dumke-von der Ehe <mail@benjamin-dumke.de>2015-06-11 09:43:15 +0200
commit1011cc82cdb0c1118cf4f2ab81628c4660d764af (patch)
treee60af4cd55e12b5675c2fd9495a12ab19ba346ab /spec.txt
parentf31bb51ade76790b35a14517635d5e1da45f4ea5 (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.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index a4fe485..80827c9 100644
--- a/spec.txt
+++ b/spec.txt
@@ -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,