branch: elpa/flycheck
commit eb10d77a4ef41940382bb84a4e5ac45bb45634c3
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Add a note about the various supported markdown linters
---
 doc/languages.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/languages.rst b/doc/languages.rst
index 46c9031342..22366219d5 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -837,6 +837,11 @@ to view the docstring of the syntax checker.  Likewise, 
you may use
 
 .. supported-language:: Markdown
 
+   Flycheck checks Markdown with `markdownlint-cli`, `markdownlint-cli2`,
+   `mdl` (that's the binary of the Ruby project `markdownlint`) or 
`pymarkdown`.
+   `markdownlint-cli` and `markdownlint-cli2` are different command-line 
interfaces
+   for the same `markdownlint` library (written in JavaScript).
+
    .. syntax-checker:: markdown-markdownlint-cli
 
       Check Markdown with markdownlint-cli_.

Reply via email to