this post was submitted on 04 Jun 2025
336 points (97.7% liked)
Programmer Humor
23795 readers
2636 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not the client, it's markup.
this is not a defined thing in markdown, just the markdown renderers of some clients do it
This here is apparently the original source of the markdown specification, and there it clearly says that this is the correct behaviour: https://daringfireball.net/projects/markdown/syntax#list
hmm, you are right. it's not actually a bug in the renderer then
The only difference to the standard that I see is that the standard says it should be 1,2,3,4,5, while at least for me it renders as 5,6,7,8,9.
But that's probably because it doesn't render as HTML and thus doesn't rely on HTML to do the numbering.