fannheyward / coc-markdownlint

markdownlint extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No fix action for bullet lists

lfilho opened this issue · comments

Hello again :)

I got the following lint error:

image

Shouldn't markdownlint be able to fix that easily?
When I invoke <Plug>(coc-codeaction), the only actions are:

image

Also tried <Plug>(coc-fix-current) but it said "no quick fix action available"

The lint and fix are came from markdownlint, for your case, markdownlint just provides warning but not fix, coc-markdownlint can't do fix action.

You can also try VSCode markdownlint, there is no fix for this.