summaryrefslogtreecommitdiff
path: root/doc/ale-markdown.txt
diff options
context:
space:
mode:
authorTakashi WADA <twada@amy.hi-ho.ne.jp>2018-07-10 22:05:49 +0900
committerWADA Takashi <twada@amy.hi-ho.ne.jp>2018-07-16 18:33:21 +0900
commitf369aa65a22e2aa2c4d7e6a1d30dcbcf2ad9ea4a (patch)
treeb49ce4aaea037665950336ec528c3ef15234b52d /doc/ale-markdown.txt
parentfcd62342d531bdeacbd41a8dfa6163301f1fdf9b (diff)
downloadale-f369aa65a22e2aa2c4d7e6a1d30dcbcf2ad9ea4a.zip
Support remark-lint installed locally
Diffstat (limited to 'doc/ale-markdown.txt')
-rw-r--r--doc/ale-markdown.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ale-markdown.txt b/doc/ale-markdown.txt
index 63ddcae4..4e27eb91 100644
--- a/doc/ale-markdown.txt
+++ b/doc/ale-markdown.txt
@@ -29,6 +29,33 @@ See |ale-javascript-prettier| for information about the available options.
===============================================================================
+remark-lint *ale-markdown-remark-lint*
+
+g:ale_markdown_remark_lint_executable *g:ale_markdown_remark_lint_executable*
+ *b:ale_markdown_remark_lint_executable*
+ Type: |String|
+ Default: `'remark'`
+
+ See |ale-integrations-local-executables|
+
+
+g:ale_markdown_remark_lint_options *g:ale_markdown_remark_lint_options*
+ *b:ale_markdown_remark_lint_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to remark-lint.
+
+
+g:ale_markdown_remark_lint_use_global *g:ale_markdown_remark_lint_use_global*
+ *b:ale_markdown_remark_lint_use_global*
+ Type: |Number|
+ Default: `get(g:, 'ale_use_global_executables', 0)`
+
+ See |ale-integrations-local-executables|
+
+
+===============================================================================
textlint *ale-markdown-textlint*
See |ale-text-textlint|