Skip to content

Commit

Permalink
Merge d45cd18 into 847c716
Browse files Browse the repository at this point in the history
  • Loading branch information
lindalumitchell committed Mar 6, 2017
2 parents 847c716 + d45cd18 commit 00674e5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/test-markdown-lists.md
Expand Up @@ -71,6 +71,24 @@ Verify that all list types render as expected.
- Two
+ Three

### Multi-Item Unordered List with Line Break

**Expected:**
```
• Item A
• Item B
• Item C
• Item D
```

**Actual:**
• Item A
• Item B

• Item C
• Item D

### Nested Unordered List

**Expected:**
Expand Down

0 comments on commit 00674e5

Please sign in to comment.