Login     Sign up
Unordered List in an Ordered List Resets Ordered List Numbering
John Uftring (@chargepositif)
Join date: Aug 7th 2023
Community posts: 222
View Profile
Send Message

When creating a blog post with an ordered(numbered) list, that has an unordered list as part of one of the ordered list items resets the ordered list numbering.

Expected behavior:

  1. Item 1
    • Sub-item
    • Sub-item
  2. Item 2
  3. Item 3

Actual behavior:

1. Item 1
    * Sub-item
    * Sub-item
1. Item 2
2. Item 3 

Note: I had to use the three back-tick notation for code to get Markdown to properly display the actual rendering.

15 months ago
[LE] Alex (@admin)
Join date: Aug 7th 2023
Community posts: 821
View Profile
Send Message

Added:

  • x083 Posts: Unordered List inside an Ordered List Resets Ordered List Numbering
    (included screenshot)
    (included note)
15 months ago