Require indentation for multiline list items (#3326)

This commit is contained in:
Harrison Healey
2016-06-14 08:59:20 -04:00
committed by Joram Wilander
parent 5af526c259
commit 1d67825673
2 changed files with 5 additions and 6 deletions

View File

@@ -162,7 +162,7 @@ Verify that all list types render as expected.
### Ordered Lists Separated by Carriage Returns
**Expected:*
**Expected:**
```
1. One
• Two
@@ -176,7 +176,6 @@ Verify that all list types render as expected.
1. One
- Two
1. One
2. Two
@@ -185,15 +184,15 @@ Verify that all list types render as expected.
**Expected:**
```
1. One
- Two
- Two
This text should be on a new line.
```
**Actual:**
1. One
- Two
This text should be on a new line.
- Two
This text should be on a new line.
**Expected:**
```

View File

@@ -16,7 +16,7 @@
"jasny-bootstrap": "3.1.3",
"jquery": "2.2.3",
"keymirror": "0.1.1",
"marked": "mattermost/marked#2d92082cd542dc0adc175a1407194f6a4c3cb621",
"marked": "mattermost/marked#662c0d2997215f328eaa55eb33aaa445838b4479",
"match-at": "0.1.0",
"mattermost": "mattermost/mattermost-javascript#release-3.1",
"object-assign": "4.1.0",