From 2673db7a57cc4d2ba8aaec2769572a6e539c921b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 27 Dec 2014 21:23:32 -0800 Subject: Spec: added example with two blank lines in fenced code in sublist. Actually I just tacked this on to the existing Example 170. Closes #180. --- spec.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index f1a3638..cf75833 100644 --- a/spec.txt +++ b/spec.txt @@ -2730,6 +2730,15 @@ two blanks are contained in a [fenced code block](#fenced-code-block). bar ``` + +- baz + + + ``` + foo + + + bar + ``` . . -- cgit v1.2.3