I was wondering if it’s possible to disable the automatic blank line added that occurs when creating a list with the keymap enabled.
This would make it behave more like other markdown editors I’ve seen (e.g. Obsidian, GitHub).
Example:
- xxx {I press Enter}
- [a second “-” is created] {I press Enter again}
[a blank line appears where the second “-” was, and the “-” moves to the third line]
I’d like to know if it’s possible to have an option to toggle this behavior on or off.
Thanks!