preservim / vim-pencil

Rethinking Vim as a tool for writing
Other
1.58k stars 39 forks source link

Respect indentation of lists in Markdown #95

Open lyz-code opened 3 years ago

lyz-code commented 3 years ago

When writing a long paragraph in a list, the text in markdown is usually indented. For example:

* Developers need to integrate app and business related metrics as an organic
    part of the infrastructure. So monitoring needs to be democratized, made more
    accessible and cover additional layers of the stack.

But with Pencil the text is unindented

* Developers need to integrate app and business related metrics as an organic
part of the infrastructure. So monitoring needs to be democratized, made more
accessible and cover additional layers of the stack.

Is there any way of getting the desired behaviour?

Thanks!