dense-analysis / ale

Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
BSD 2-Clause "Simplified" License
13.51k stars 1.43k forks source link

Please clearify which repo `markdownlint` refers to #4627

Open sisrfeng opened 11 months ago

sisrfeng commented 11 months ago

Things are confusing here, because there are several markdwonlint:

  1. https://github.com/markdownlint/markdownlint: a command line tool
  2. https://github.com/DavidAnson/markdownlint : a library
  3. https://github.com/fannheyward/coc-markdownlint: 2 for Vim/Neovim, works as coc.nvim extension.
  4. https://github.com/igorshubovych/markdownlint-cli: Command Line Interface for 2
  5. https://github.com/DavidAnson/markdownlint-cli2: Newer command-line interfac for 2

related: https://github.com/dense-analysis/ale/issues/3750

I agree with https://github.com/dense-analysis/ale/issues/3750#issuecomment-1315393555

it does a few things different than the markdownlint linter.