From 5dd4de4e680683ee0bc3d02f2a825fba90135b2e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 22 Dec 2015 15:36:50 -0800 Subject: Small adjustment to new test case for indented code in list. Reworded the description, added a case with two blank lines. --- spec.txt | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/spec.txt b/spec.txt index c8685dd..a2864c2 100644 --- a/spec.txt +++ b/spec.txt @@ -3423,9 +3423,10 @@ A list item may contain any kind of block: . -A list item that contains a code block will preserve empty lines -within the code block verbatim. Whereas, some current Markdown -implementations add an extra blank line in the contained code block. +A list item that contains an indented code block will preserve +empty lines within the code block verbatim, unless there are two +or more empty lines in a row (since as described above, two +blank lines end the list): . - Foo @@ -3444,6 +3445,25 @@ baz . +. +- Foo + + bar + + + baz +. + +
  baz
+
+. + Note that ordered list start numbers must be nine digits or less: . -- cgit v1.2.3