vim-pencil icon indicating copy to clipboard operation
vim-pencil copied to clipboard

Respect indentation of lists in Markdown

Open lyz-code opened this issue 5 years ago • 0 comments

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!

lyz-code avatar Feb 09 '21 09:02 lyz-code