I just noticed a question that had two different numbered lists with different numbers but both were rendered as "1". Screen shot:

Is this supposed to be happening?
|
I just noticed a question that had two different numbered lists with different numbers but both were rendered as "1". Screen shot:
Is this supposed to be happening? |
|||
|
|
|
Yes, it's supposed to be happening: – that's how Markdown defines it:
It's probably one of the more debated features of Markdown, but it's indeed thusly defined in the “spec” (scare quotes because the Markdown spec is more of a “description of behaviour” than an actual specification). |
|||
|
|
|
This is by design per the markdown spec. Those are two unconnected lists. You can however do this
|
|||
|
|
|
Yes, it's an unfortunate trait of markdown. You can get around it by indenting each entire list item by 4 spaces however.
(found this out from the markdown reference on daringfireball) |
|||
|
|
|
Yes, it's a bug and it isn't. It appears to be by design. I can reproduce it here (edit to see the problem). If you hit enter after placing the second list item, then this problem goes away:
|
|||||
|