Update markdown tests
Этот коммит содержится в:
@@ -21,6 +21,7 @@ Verify that all list types render as expected.
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Actual:**
|
**Actual:**
|
||||||
|
|
||||||
3. One
|
3. One
|
||||||
2. Two
|
2. Two
|
||||||
1. Three
|
1. Three
|
||||||
@@ -38,12 +39,13 @@ Verify that all list types render as expected.
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Actual:**
|
**Actual:**
|
||||||
|
|
||||||
1. Alpha
|
1. Alpha
|
||||||
1. Bravo
|
1. Bravo
|
||||||
1. Charlie
|
1. Charlie
|
||||||
1. Delta
|
1. Delta
|
||||||
1. Echo
|
1. Echo
|
||||||
1. Foxtrot
|
1. Foxtrot
|
||||||
|
|
||||||
### Single-item Unordered List
|
### Single-item Unordered List
|
||||||
|
|
||||||
@@ -99,6 +101,7 @@ Verify that all list types render as expected.
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Actual:**
|
**Actual:**
|
||||||
|
|
||||||
1. One
|
1. One
|
||||||
+ Two
|
+ Two
|
||||||
- Three
|
- Three
|
||||||
@@ -169,6 +172,7 @@ Verify that all list types render as expected.
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Actual:**
|
**Actual:**
|
||||||
|
|
||||||
1. One
|
1. One
|
||||||
- Two
|
- Two
|
||||||
|
|
||||||
@@ -186,7 +190,42 @@ 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.
|
||||||
|
|
||||||
|
### Task Lists
|
||||||
|
|
||||||
|
**Expected:**
|
||||||
|
```
|
||||||
|
[ ] One
|
||||||
|
[ ] Subpoint one
|
||||||
|
- Normal Bullet
|
||||||
|
[ ] Two
|
||||||
|
[x] Completed item
|
||||||
|
```
|
||||||
|
|
||||||
|
**Actual:**
|
||||||
|
|
||||||
|
- [ ] One
|
||||||
|
- [ ] Subpoint one
|
||||||
|
- Normal Bullet
|
||||||
|
- [ ] Two
|
||||||
|
- [x] Completed item
|
||||||
|
|
||||||
|
### Numbered Task Lists
|
||||||
|
|
||||||
|
**Expected:**
|
||||||
|
```
|
||||||
|
1. [ ] One
|
||||||
|
2. [ ] Two
|
||||||
|
3. [x] Completed item
|
||||||
|
```
|
||||||
|
|
||||||
|
**Actual:**
|
||||||
|
|
||||||
|
1. [ ] One
|
||||||
|
2. [ ] Two
|
||||||
|
3. [x] Completed item
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user