Steps to reproduce
When using Alfred’s snippet insertion, a snippet seems to be added as a new line in a document.
For example, if I am in a list context in markdown:
- My List
-
And I type my command to insert a snippet (for example, I have a simple snippet that inserts the time), the resulting text is:
- My list
-
12:31
Expected result
I expect the snippet to be inserted where my cursor is, not in a new line:
- My List
- 12:31
Actual result
- My list
-
12:31
Environment
- Operating system: macOS 10.15.7
Additional information