From 7e3a34e7ea8a734e15ca27b9b86f14ca727698de Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 25 Dec 2014 16:43:01 -0700 Subject: Added test case for link-in-link-in-image (#252). --- spec.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index cdf79ae..3c28d0d 100644 --- a/spec.txt +++ b/spec.txt @@ -5773,6 +5773,12 @@ However, links may not contain other links, at any level of nesting.

[foo [bar baz](/uri)](/uri)

. +. +![[[foo](uri1)](uri2)](uri3) +. +

[foo](uri2)

+. + These cases illustrate the precedence of link text grouping over emphasis grouping: -- cgit v1.2.3