fix list ordering
This commit is contained in:
parent
c671c2e904
commit
1df91e33c8
@ -54,8 +54,8 @@ Lists can be unordered or ordered. Ordered lists will order automatically:
|
|||||||
* butter
|
* butter
|
||||||
|
|
||||||
1. carrots
|
1. carrots
|
||||||
1. celery
|
2. celery
|
||||||
1. radishes
|
3. radishes
|
||||||
```
|
```
|
||||||
|
|
||||||
* milk
|
* milk
|
||||||
@ -63,8 +63,8 @@ Lists can be unordered or ordered. Ordered lists will order automatically:
|
|||||||
* butter
|
* butter
|
||||||
|
|
||||||
1. carrots
|
1. carrots
|
||||||
1. celery
|
2. celery
|
||||||
1. radishes
|
3. radishes
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user