PLT-1458 Updated list autonumbering (#3126)
* Removed MattermostLexer since it was exactly the same as the default marked one * Updated list autonumbering to always start numbering from the first item's number
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
e1801d0997
Коммит
15e427e806
@@ -3,32 +3,32 @@ Verify that all list types render as expected.
|
||||
|
||||
### Single-item Ordered List
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
7. Single Item
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
7. Single Item
|
||||
|
||||
### Multi-item Ordered List
|
||||
### Multi-item Ordered List
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
1. One
|
||||
2. Two
|
||||
3. Three
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
|
||||
3. One
|
||||
2. Two
|
||||
1. Three
|
||||
1. One
|
||||
1. Two
|
||||
1. Three
|
||||
|
||||
### Nested Ordered List
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
1. Alpha
|
||||
1. Bravo
|
||||
@@ -38,42 +38,42 @@ Verify that all list types render as expected.
|
||||
2. Foxtrot
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
|
||||
1. Alpha
|
||||
1. Bravo
|
||||
1. Charlie
|
||||
1. Delta
|
||||
1. Echo
|
||||
1. Foxtrot
|
||||
1. Bravo
|
||||
1. Charlie
|
||||
1. Delta
|
||||
1. Echo
|
||||
1. Foxtrot
|
||||
|
||||
### Single-item Unordered List
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
• Single Item
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
* Single Item
|
||||
|
||||
### Multi-item Unordered List
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
• One
|
||||
• Two
|
||||
• Three
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
* One
|
||||
- Two
|
||||
+ Three
|
||||
|
||||
### Nested Unordered List
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
• Alpha
|
||||
• Bravo
|
||||
@@ -83,7 +83,7 @@ Verify that all list types render as expected.
|
||||
• Foxtrot
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
+ Alpha
|
||||
* Bravo
|
||||
- Charlie
|
||||
@@ -93,36 +93,36 @@ Verify that all list types render as expected.
|
||||
|
||||
### Mixed List Starting Ordered
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
1. One
|
||||
2. Two
|
||||
3. Three
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
|
||||
1. One
|
||||
+ Two
|
||||
- Three
|
||||
1. One
|
||||
+ Two
|
||||
- Three
|
||||
|
||||
### Mixed List Starting Unordered
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
• Monday
|
||||
• Tuesday
|
||||
• Wednesday
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
+ Monday
|
||||
1. Tuesday
|
||||
* Wednesday
|
||||
|
||||
### Nested Mixed List
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
• Alpha
|
||||
1. Bravo
|
||||
@@ -142,7 +142,7 @@ Verify that all list types render as expected.
|
||||
1. Papa
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
- Alpha
|
||||
1. Bravo
|
||||
* Charlie
|
||||
@@ -152,8 +152,8 @@ Verify that all list types render as expected.
|
||||
+ Golf
|
||||
1. Hotel
|
||||
- India
|
||||
2. Juliet
|
||||
3. Kilo
|
||||
1. Juliet
|
||||
2. Kilo
|
||||
* Lima
|
||||
1. Mike
|
||||
1. November
|
||||
@@ -162,7 +162,7 @@ Verify that all list types render as expected.
|
||||
|
||||
### Ordered Lists Separated by Carriage Returns
|
||||
|
||||
**Expected:**
|
||||
**Expected:*
|
||||
```
|
||||
1. One
|
||||
• Two
|
||||
@@ -171,25 +171,25 @@ Verify that all list types render as expected.
|
||||
2. Two
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
|
||||
1. One
|
||||
- Two
|
||||
|
||||
|
||||
- Two
|
||||
|
||||
|
||||
1. One
|
||||
2. Two
|
||||
|
||||
### Carriage Return and New Line After a List
|
||||
|
||||
**Expected:**
|
||||
**Expected:**
|
||||
```
|
||||
1. One
|
||||
- Two
|
||||
This text should be on a new line.
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
|
||||
1. One
|
||||
- Two
|
||||
@@ -205,7 +205,7 @@ List:
|
||||
This line should have a line break above it.
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
|
||||
List:
|
||||
|
||||
@@ -225,7 +225,7 @@ This line should have a line break above it.
|
||||
[x] Completed item
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
|
||||
- [ ] One
|
||||
- [ ] Subpoint one
|
||||
@@ -242,9 +242,8 @@ This line should have a line break above it.
|
||||
3. [x] Completed item
|
||||
```
|
||||
|
||||
**Actual:**
|
||||
**Actual:**
|
||||
|
||||
1. [ ] One
|
||||
2. [ ] Two
|
||||
3. [x] Completed item
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user