summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-09 16:39:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-09 16:39:32 -0800
commitdc4a6c8cdaa1bd9b9d6baee0b992541f745cadc9 (patch)
tree117fa12909e849f80e1668e780750c57ab755664 /spec.txt
parenta5753eb866b6e990e81c5696a49644b14f399ccd (diff)
Fixed spec tests.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt26
1 files changed, 7 insertions, 19 deletions
diff --git a/spec.txt b/spec.txt
index 1a0350c..d51aef7 100644
--- a/spec.txt
+++ b/spec.txt
@@ -5503,22 +5503,6 @@ unless they are escaped:
.
.
-[link] bar][ref]
-
-[ref]: /uri
-.
-<p><[link] bar][ref]</p>
-.
-
-.
-[link [bar][ref]
-
-[ref]: /uri
-.
-<p>[link [bar][ref]</p>
-.
-
-.
[link \[bar][ref]
[ref]: /uri
@@ -5551,7 +5535,7 @@ However, links may not contain other links, at any level of nesting.
[ref]: /uri
.
-<p>[foo <a href="/uri">bar</a>][ref]</p>
+<p>[foo <a href="/uri">bar</a>]<a href="/uri">ref</a></p>
.
.
@@ -5559,10 +5543,14 @@ However, links may not contain other links, at any level of nesting.
[ref]: /uri
.
-<p>[foo <em>bar <a href="/uri">baz</a></em>][ref]</p>
+<p>[foo <em>bar <a href="/uri">baz</a></em>]<a href="/uri">ref</a></p>
.
-These cases illustrate the precedence of link text grouping over
+(In the examples above, we have two [shortcut reference
+links](#shortcut-reference-link) instead of one [full reference
+link](#full-reference-link).)
+
+The following cases illustrate the precedence of link text grouping over
emphasis grouping:
.