aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-31 20:31:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-31 20:31:43 -0800
commit2b000f29daef95b9276606c11010431ae6c18545 (patch)
treee08b0718e6179dd4f7a32f123b1777989ca441db
parent6a298fae46a2e0d3a95ffe776507e52da0601865 (diff)
Added test for multiline title in reference defn.
See #282.
-rw-r--r--spec.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 11924cc..a957cb3 100644
--- a/spec.txt
+++ b/spec.txt
@@ -1854,6 +1854,24 @@ them.
<p><a href="my%20url" title="title">Foo bar</a></p>
.
+The title may extend over multiple lines:
+
+.
+[foo]: /url '
+title
+line1
+line2
+'
+
+[foo]
+.
+<p><a href="/url" title="
+title
+line1
+line2
+">foo</a></p>
+.
+
The title may be omitted:
.