summaryrefslogtreecommitdiff
path: root/doc/ale-markdown.txt
diff options
context:
space:
mode:
authorJosh Leeb-du Toit <josh.leebdutoit@gmail.com>2018-02-26 14:46:51 +1100
committerJosh Leeb-du Toit <josh.leebdutoit@gmail.com>2018-02-26 20:10:55 +1100
commit7e20d9c63996c9e189651bf687d921e5f20d12cf (patch)
tree0c27805f7eee874737ff0a5b34bbfbe4fd403251 /doc/ale-markdown.txt
parent7ec684206c1395a940d8ad2d26d59773a432115c (diff)
downloadale-7e20d9c63996c9e189651bf687d921e5f20d12cf.zip
Add options for markdown_mdl linter
Diffstat (limited to 'doc/ale-markdown.txt')
-rw-r--r--doc/ale-markdown.txt19
1 files changed, 19 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.