Separate Numbered Lists Are Combined Into One

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

  1. Create a numbered list (this)
  2. Add some numbers
  3. Attempt to have a separate numbered list directly below it starting from 1

Also, is there any way to escape numbered and bulleted lists? I often don’t want the indent and padding above and below that it causes.

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
  1. Foo
  2. Bar
  3. Baz
  4. 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.

2 Likes

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.