From fbeb28c9bd35823f179a69e051faa93d01124ebd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 15 Jun 2015 10:44:55 -0700 Subject: Updated spec.txt. --- test/spec.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/spec.txt b/test/spec.txt index ac2ce2a..f6ea793 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -2033,6 +2033,15 @@ This is not a link reference definition, because there are

[foo]: /url "title" ok

. +This is a link reference definition, but it has no title: + +. +[foo]: /url +"title" ok +. +

"title" ok

+. + This is not a link reference definition, because it is indented four spaces: @@ -5833,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, -- cgit v1.2.3