Return key doesn't start new line but keeps adding a hyphen

Steps to reproduce

Typing in a list with hypens. At the very last list item, when I hit return to start a new line, instead of starting the next list item, it keeps adding hypens to the current line. Basically, I can’t start a new line.

- Item 1
- Item 2
- Item 3 --------   <- hitting return doesn't create a new list item, it just keeps adding hypens

Expected result

Start a new line

Actual result

See above

Environment

  • Operating system: Mac OS 11.0.1
  • Obsidian version: 0.9.22

Additional information

This isn't happening on every note. Just some and somewhat randomly, and this is the first time. I've never had this problem. Only today after updating from 0.9.20 to 0.9.22

I can’t repro. Does it happen with default css and no third party plugins?

This is fixed in 10. In the mean time, hit ctrl-enter to get out of the funk.
Steps to reproduce were not clear (to me), as it happened in one pane and not the other that held the same file at the same time.

1 Like

not only hyphen on unordered list, but ordered lists don’t work in 0.922 either. should give a new line and the next number in an ordered list. Instead, hitting 5 times gives this:

  1. first item2. 2. 2. 2. 2.

with insertion point never getting to next line

this wasn’t a bug in previous versions. but for me, happens everytime in v22