aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
.