From befdafd4caef80babc28b597106eb9fe0c6fee0a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 23 Aug 2014 13:27:26 -0700 Subject: Documented that two blank lines in fenced code block don't break list. --- spec.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 7fd5d65..97688ff 100644 --- a/spec.txt +++ b/spec.txt @@ -2527,7 +2527,8 @@ far enough past the blockquote marker: . A list item may not contain blocks that are separated by more than -one blank line. Thus, two blank lines will end a list: +one blank line. Thus, two blank lines will end a list, unless the +two blanks are contained in a [fenced code block](#fenced-code-block). . - foo @@ -2538,6 +2539,13 @@ one blank line. Thus, two blank lines will end a list: bar + +- ``` + foo + + + bar + ``` .

bar

+ . A list item may contain any kind of block: -- cgit v1.2.3