Hi ! I'm actually using Pencil in addition to markdown-vim.
I setup my pencil plugin but when I begin a list, when writing a new list entry, the cursor goes back, and continue the previous line as following:
This is the wanted behavior:
- first element of my list
- second element of the list
But this is how it reacts when I press Enter to begin a new line, markdown-vim add automatically a new dash, but when I start to write my new entry, Pencil remove the dash and the new line to continue my writing after my first entry:
- first element of my list second element of my list
Any idea ?
Hi ! I'm actually using Pencil in addition to markdown-vim.
I setup my pencil plugin but when I begin a list, when writing a new list entry, the cursor goes back, and continue the previous line as following:
This is the wanted behavior:
But this is how it reacts when I press Enter to begin a new line, markdown-vim add automatically a new dash, but when I start to write my new entry, Pencil remove the dash and the new line to continue my writing after my first entry:
Any idea ?