preservim / vim-pencil

Rethinking Vim as a tool for writing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Respect indentation of lists in Markdown

lyz-code opened this issue · comments

commented

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!