mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Require indentation for multiline list items (#3326)
This commit is contained in:
committed by
Joram Wilander
parent
5af526c259
commit
1d67825673
@@ -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:**
|
||||
```
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user