Update test-markdown-lists.md

This commit is contained in:
lfbrock
2015-12-23 10:48:59 -05:00
parent 0a614435a9
commit 651e9ce538

View File

@@ -195,6 +195,25 @@ This text should be on a new line.
- Two
This text should be on a new line.
**Expected:**
```
List:
- One
- Two
This line should have a line break above it.
```
**Actual:**
List:
- One
- Two
This line should have a line break above it.
### Task Lists
**Expected:**