Require indentation for multiline list items (#3326)

Этот коммит содержится в:
Harrison Healey
2016-06-14 08:59:20 -04:00
коммит произвёл Joram Wilander
родитель 5af526c259
Коммит 1d67825673
2 изменённых файлов: 5 добавлений и 6 удалений

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

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

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

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