Skip to content

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

@jeremypw

Description

@jeremypw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority: MediumShould be addressed when time allows

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions