fix list ordering

This commit is contained in:
import this 2024-05-06 09:54:49 +00:00 committed by GitHub
parent c671c2e904
commit 1df91e33c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,8 +54,8 @@ Lists can be unordered or ordered. Ordered lists will order automatically:
* butter
1. carrots
1. celery
1. radishes
2. celery
3. radishes
```
* milk
@ -63,8 +63,8 @@ Lists can be unordered or ordered. Ordered lists will order automatically:
* butter
1. carrots
1. celery
1. radishes
2. celery
3. radishes
## Links