diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-markdown.txt | 19 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-markdown.txt b/doc/ale-markdown.txt index b59f0183..9a5290b7 100644 --- a/doc/ale-markdown.txt +++ b/doc/ale-markdown.txt @@ -3,6 +3,25 @@ ALE Markdown Integration *ale-markdown-options* =============================================================================== +mdl *ale-markdown-mdl* + +g:ale_markdown_mdl_executable *g:ale_markdown_mdl_executable* + *b:ale_markdown_mdl_executable* + Type: |String| + Default: `'mdl'` + + See |ale-integrations-local-executables| + + +g:ale_markdown_mdl_options *g:ale_markdown_mdl_options* + *b:ale_markdown_mdl_options* + Type: |String| + Default: `''` + + This variable can be set to pass additional options to mdl. + + +=============================================================================== prettier *ale-markdown-prettier* See |ale-javascript-prettier| for information about the available options. diff --git a/doc/ale.txt b/doc/ale.txt index d2e050a5..3acd118d 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -136,6 +136,7 @@ CONTENTS *ale-contents* luac................................|ale-lua-luac| luacheck............................|ale-lua-luacheck| markdown..............................|ale-markdown-options| + mdl.................................|ale-markdown-mdl| prettier............................|ale-markdown-prettier| write-good..........................|ale-markdown-write-good| nroff.................................|ale-nroff-options| |