mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Update test-markdown-lists.md (#5658)
Added test for multi-item unordered list with line break.
This commit is contained in:
committed by
Corey Hulen
parent
a885eaddaf
commit
eb6c8ee808
@@ -71,6 +71,24 @@ Verify that all list types render as expected.
|
|||||||
- Two
|
- Two
|
||||||
+ Three
|
+ 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
|
### Nested Unordered List
|
||||||
|
|
||||||
**Expected:**
|
**Expected:**
|
||||||
|
|||||||
Reference in New Issue
Block a user