Deleting a new line can duplicate stuff
See original GitHub issueDescription
Deleting a new line can duplicate stuff can duplicate a code block
Steps to reproduce
- Type
hello
`how are you?`
- Move the cursor after
hello - Hit the delete key (to delete the new line)
how are youwill get duplicated
Expected behavior:

Actual behavior:

Versions
- Mark Text: v 0.10.21
- OS: Windows 10
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Can sed remove 'double' newline characters?
For most of these answers it is first necessary to remove trailing whitespace. Removing doubled up newlines removes all blank lines ...
Read more >Remove duplicate lines only if the duplicate items are within 5 ...
Yes. If Figure 4 were followed by Overview it should be deleted too. It is not only Overview but any duplicated string that...
Read more >Deleting Duplicate Lines From a File - Regular-Expressions.info
If you have a file in which all lines are sorted (alphabetically or otherwise), you can easily delete (consecutive) duplicate lines. Simply open...
Read more >Linux Shell - How To Remove Duplicate Text Lines - nixCraft
You can control output with options. How to remove duplicate lines on Linux with uniq command. Consider the following file: cat -n telphone.txt...
Read more >JetBrains Rider - Add, delete, and manipulate lines
Normally you press Enter to start a new line when the caret is at the end of that line, but you can also...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi there, got the same issue, I think. Pretty strange behavior in my opinion. Here is a video showing the strange behavior. Right now, I can endlessly forward-delete a line.
My expectation is, that the I can forward-delete characters so that the deleted line then won’t be copied.
@Joshuasony Thanks for your reporting this issue, we will pay attention to this issue and fix it as soon as possible.