From 23a9b13c9f9311c6a2057e09ae1d1867f927718c Mon Sep 17 00:00:00 2001 From: "Craig M. Brandenburg" Date: Tue, 22 Dec 2015 14:37:47 -0700 Subject: New test case: list item code block with empty line --- spec.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 5739953..c8685dd 100644 --- a/spec.txt +++ b/spec.txt @@ -3423,6 +3423,27 @@ 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. + +. +- Foo + + bar + + baz +. + +. + Note that ordered list start numbers must be nine digits or less: . -- cgit v1.2.3