diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-03-03 13:16:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-03 13:16:27 +0000 |
commit | 857723e7d569c8260d95d2ce261fbf064e5bfa9f (patch) | |
tree | 04356e1c58a29e0be8e19490148820f42783614f /doc | |
parent | 8a772905539ccfe306219addae5a506def88fe44 (diff) | |
parent | 7e20d9c63996c9e189651bf687d921e5f20d12cf (diff) | |
download | ale-857723e7d569c8260d95d2ce261fbf064e5bfa9f.zip |
Merge pull request #1377 from joshleeb/markdown-mdl-options
Add options for markdown_mdl linter
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 aeeb9fad..adcdccdf 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| |