Merge pull request #1768 from mattermost/lfbrock-patch-2

Update test-markdown-lists.md
Этот коммит содержится в:
Corey Hulen
2015-12-23 08:18:38 -08:00
родитель 0a614435a9 651e9ce538
Коммит 22a47c3ca1

Просмотреть файл

@@ -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:**