From 88ce5d363c7fd9e77dc8e4d36c0616ad006a7e48 Mon Sep 17 00:00:00 2001 From: it33 Date: Wed, 25 Jan 2017 04:16:35 -0800 Subject: Adding test case for lines before & after bullets (#5155) --- tests/test-markdown-lists.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'tests') diff --git a/tests/test-markdown-lists.md b/tests/test-markdown-lists.md index e0640a55f..b99c940f2 100644 --- a/tests/test-markdown-lists.md +++ b/tests/test-markdown-lists.md @@ -242,3 +242,32 @@ List A: 1. One List B: 2. Two + +### Lists with blank lines before and after + +**Expected:** + +``` +Line with blank line after + +Line with blank line after and before + +1. Bullet +2. Bullet +3. Bullet + +Line with blank line after and before + +Line with blank line before +``` +Line with blank line after + +Line with blank line after and before + +1. Bullet +2. Bullet +3. Bullet + +Line with blank line after and before + +Line with blank line before -- cgit v1.2.3-1-g7c22