Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jeremypw opened this issue Oct 15, 2024 · 0 comments

Comments

@jeremypw
Copy link
Collaborator

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 jeremypw changed the title Markdown actions: Nested ordered lists not indneted correctly Markdown actions: Nested ordered lists not indented correctly Oct 15, 2024
@jeremypw jeremypw changed the title Markdown actions: Nested ordered lists not indented correctly Markdown actions: Appending and inserting with indented ordered lists not handled correctly Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant