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 numbered list auto-completion deletes text #1473

Open
alecGraves opened this issue Oct 13, 2024 · 0 comments · May be fixed by #1474
Open

Markdown numbered list auto-completion deletes text #1473

alecGraves opened this issue Oct 13, 2024 · 0 comments · May be fixed by #1474
Labels
Status: Confirmed Verified by someone other than the reporter

Comments

@alecGraves
Copy link

alecGraves commented Oct 13, 2024

What Happened?

Numbered list autocomplete in markdown can erase text sometimes.

Steps to Reproduce

Let's say we are typing a list and happen to have text after that

1. Do that important thing
2. Do another important thing

Himinez et al. mention that doing importantant things in a timely manner is important.

If we add a newline to the list, the following text gets deleted:

1. Do that important thing
2. Do another important thing <return>
3. <cursor here now>
4l. mention that doing importantant things in a timely manner is important.

Expected Behavior

I would expect text to not be deleted unintentionally.

Perhaps a guard preventing matching alphabetical strings to the numbered list would mitigate the issue.

Otherwise, I do like the functionality of the numbered list auto-formatting.

OS Version

7.x (Horus)

Session Type

Classic Session (X11, This is the default)

Software Version

Latest release (I have run all updates)

@jeremypw jeremypw added the Status: Confirmed Verified by someone other than the reporter label Oct 14, 2024
@jeremypw jeremypw linked a pull request Oct 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Confirmed Verified by someone other than the reporter
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants