Description
When attempting to have two separate numbered lists in succession, the two are combined into one and the numbers explicitly written by the user are overridden and replaced with ones in numerical order.
Exceptions
Interestingly, although this can be worked around by using <br> (which is unituitive for most users), using <br> in the bug report wizard is not a viable workaround. Additionally, adding a single line break via the enter key has no effect, but adding two does. Once again, the bug report wizard does not share this behavior, and the number of line breaks is irrelevant.
Reproduction
100% reproducibility
Create a numbered list (this)
Add some numbers
Attempt to have a separate numbered list directly below it starting from 1
This is intended, it is part of Markdown syntax. Also note the numbering is basically ignored and that’s intended so adding/removing items later is easier. (no need to edit all lines)
See:
1. Foo
1. Bar
1. Baz
42. Life
Foo
Bar
Baz
Life
I think the <br> solution is reasonable considering the case where you want to have two lists underneath one another without any separating content should be rare.
This issue is still a bug within the bug report wizard in that case. <br> and the enter key do not share the same behavior between the bug report wizard and normal posting when distinguishing two lists.
You can add a text line between the lists to work around that or just edit it after posting. This case does not seem frequent enough to consider making changes to core markdown rendering across the forum.