mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Adding test case for lines before & after bullets (#5155)
This commit is contained in:
@@ -242,3 +242,32 @@ List A:
|
||||
1. One
|
||||
List B:
|
||||
2. Two
|
||||
|
||||
### Lists with blank lines before and after
|
||||
|
||||
**Expected:**
|
||||
|
||||
```
|
||||
Line with blank line after
|
||||
|
||||
Line with blank line after and before
|
||||
|
||||
1. Bullet
|
||||
2. Bullet
|
||||
3. Bullet
|
||||
|
||||
Line with blank line after and before
|
||||
|
||||
Line with blank line before
|
||||
```
|
||||
Line with blank line after
|
||||
|
||||
Line with blank line after and before
|
||||
|
||||
1. Bullet
|
||||
2. Bullet
|
||||
3. Bullet
|
||||
|
||||
Line with blank line after and before
|
||||
|
||||
Line with blank line before
|
||||
|
||||
Reference in New Issue
Block a user