From 0978e3eb42cd5e67e31f19796975f5dc524344ba Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Jul 2015 08:34:07 -0700 Subject: Updated spec.txt. --- test/spec.txt | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/spec.txt b/test/spec.txt index bf8674a..49086f8 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -1348,7 +1348,8 @@ aaa . -Unclosed code blocks are closed by the end of the document: +Unclosed code blocks are closed by the end of the document +(or the enclosing [block quote] or [list item]): . ``` @@ -1368,6 +1369,19 @@ aaa . +. +> ``` +> aaa + +bbb +. +
+
aaa
+
+
+

bbb

+. + A code block can have all empty lines as its content: . @@ -1950,7 +1964,8 @@ p {color:blue;} . If there is no matching end tag, the block will end at the -end of the document: +end of the document (or the enclosing [block quote] or +[list item]): .