Skip to content

Commit

Permalink
Updating line breaks in lists expected behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
lindalumitchell committed Apr 17, 2017
1 parent c7b1ace commit 79ae158
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/test-markdown-lists.md
Expand Up @@ -183,15 +183,14 @@ Verify that all list types render as expected.
```
1. One
• Two
2. Two
3. Three
```

**Actual:**

1. One
- Two
- Two

2. Two
3. Three
Expand All @@ -202,6 +201,7 @@ Verify that all list types render as expected.
```
1. One
2. Two
This text should be on a new line.
```

Expand Down Expand Up @@ -250,14 +250,20 @@ This text should be on a new line.
**Expected:**
```
List A:
1. One
List B:
2. Two
```

List A:

1. One

List B:

2. Two

### Lists with blank lines before and after
Expand Down

0 comments on commit 79ae158

Please sign in to comment.