standardnotes / minimal-markdown-editor

[Moved to https://github.com/standardnotes/app]
GNU Affero General Public License v3.0
10 stars 15 forks source link

Android: Unable to type newlines after certain markdown elements #48

Open Chailotl opened 2 years ago

Chailotl commented 2 years ago

When typing newlines at the end of a line which has certain markdown element on Android, it will immediately delete the newline. This will not happen when the newline is typed elsewhere.

I've had this happen with all header elements, ordered and unordered lists, and sometimes it will trigger on plaintext lines at random.

The easiest way to reproduce this is to type an unordered list, then try to add a newline at the end of any line.

- foo
- bar
- qaz

Possibly related, but when backspacing a line where this bug occurs, it will undo the deleted text.