code icon indicating copy to clipboard operation
code copied to clipboard

Markdown actions: Appending and inserting with indented ordered lists not handled correctly

Open jeremypw opened this issue 1 year ago • 0 comments

What Happened?

Tried to create an indented ordered list within an unordered list. (This works on Github e.g.). Pressing <Return> did not automatically insert a correctly numbered line at the correct indentation level

Steps to Reproduce

  1. Try to type this into a markdown doc:
  • This is the first unordered item
    1. This is the first ordered item
    2. This is the second ordered item
  • This is the second unordered item
  • This is the third unordered item
  1. After pressing <Return> on the first ordered item you get:
  • First unordered item
    1. First ordered item
  1. Second ordered item

Expected Behavior

The second and subsequent ordered list items are correctly indented.

OS Version

7.x (Horus)

Session Type

Classic Session (X11, This is the default)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

jeremypw avatar Oct 15 '24 11:10 jeremypw