this post was submitted on 01 Jul 2023
173 points (100.0% liked)
Gaming
14 readers
1 users here now
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Probably botched Markdown formatting. Ordered Markdown lists will automatically be ordered properly, so starting each point with '1.' doesn't matter.
I also think it's botched Markdown but from the opposite perspective. When you have many points that end up parsed as several separate 1-item lists, you can write 1. 2. 3. and it will make it 1. 1. 1. since each list only has one point.