From 15865e2f6b912e81536142bb408b5d698e4d898f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 16 Jan 2015 21:51:12 -0800 Subject: Added spec example: loose list with blank line after fenced code. See #285. cmark currently fails this. --- spec.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 42a0aca..6df9078 100644 --- a/spec.txt +++ b/spec.txt @@ -3957,6 +3957,25 @@ A single-paragraph list is tight: . +This list is loose, because of the blank line between the +two block elements in the list item: + +. +1. ``` + foo + ``` + + bar +. +
    +
  1. +
    foo
    +
    +

    bar

    +
  2. +
+. + Here the outer list is loose, the inner list tight: . -- cgit v1.2.3