Markdown: allow passing custom executable for markdownlint (#4358)

This commit is contained in:
Götz Christ
2022-11-21 05:47:05 -05:00
committed by GitHub
parent 4b433e5693
commit ca355f4cb4
3 changed files with 21 additions and 2 deletions

View File

@@ -17,6 +17,15 @@ See |ale-dprint-options| and https://dprint.dev/plugins/markdown
===============================================================================
markdownlint *ale-markdown-markdownlint*
g:ale_markdown_markdown_executable *g:ale_markdown_markdownlint_executable*
*b:ale_markdown_markdownlint_executable*
Type: |String|
Default: `'markdownlint'`
Override the invoked markdownlint binary. You can use other binaries such as
markdownlint-cli2.
g:ale_markdown_markdownlint_options *g:ale_markdown_markdownlint_options*
*b:ale_markdown_markdownlint_options*
Type: |String|