2017-10-24 19:27:40 -04:00
|
|
|
===============================================================================
|
|
|
|
ALE Markdown Integration *ale-markdown-options*
|
|
|
|
|
|
|
|
|
2018-02-25 22:46:51 -05:00
|
|
|
===============================================================================
|
|
|
|
mdl *ale-markdown-mdl*
|
|
|
|
|
|
|
|
g:ale_markdown_mdl_executable *g:ale_markdown_mdl_executable*
|
|
|
|
*b:ale_markdown_mdl_executable*
|
|
|
|
Type: |String|
|
|
|
|
Default: `'mdl'`
|
|
|
|
|
2018-05-01 18:29:06 -04:00
|
|
|
Override the invoked mdl binary. This is useful for running mdl from
|
|
|
|
binstubs or a bundle.
|
2018-02-25 22:46:51 -05:00
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2018-01-14 21:22:09 -05:00
|
|
|
===============================================================================
|
|
|
|
prettier *ale-markdown-prettier*
|
|
|
|
|
|
|
|
See |ale-javascript-prettier| for information about the available options.
|
|
|
|
|
|
|
|
|
2018-07-10 09:05:49 -04:00
|
|
|
===============================================================================
|
|
|
|
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|
|
|
|
|
|
|
|
|
|
2018-03-24 01:39:05 -04:00
|
|
|
===============================================================================
|
|
|
|
textlint *ale-markdown-textlint*
|
|
|
|
|
|
|
|
See |ale-text-textlint|
|
|
|
|
|
|
|
|
|
2017-10-24 19:27:40 -04:00
|
|
|
===============================================================================
|
|
|
|
write-good *ale-markdown-write-good*
|
|
|
|
|
|
|
|
See |ale-write-good-options|
|
|
|
|
|
|
|
|
|
|
|
|
===============================================================================
|
|
|
|
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|