aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-15 10:43:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-15 10:43:33 -0700
commit5ce2a57c38c82ab77daeeb1c4d3dc9840dc7e223 (patch)
tree064bf639bee9de9d93278e2449f5bb884e617456 /spec.txt
parenta99769f8bffc790b798539b0e20ff8961275d5e2 (diff)
parent1011cc82cdb0c1118cf4f2ab81628c4660d764af (diff)
Merge pull request #331 from balpha/patch-1
Specify nested link definition behavior in prose
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 776aaae..f6ea793 100644
--- a/spec.txt
+++ b/spec.txt
@@ -5842,7 +5842,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,