You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invoking markdownlint from the CLI triggers more rules than invoking it via efm-langserver in Neovim.
Example Markdown:
# This line triggers MD043
This line should trigger MD013. This line should trigger MD013. This line should trigger MD013.
Both rules triggered on CLI:
$ markdownlint -c "$HOME/.markdownlint.yaml" TEST.md
TEST.md:1 MD043/required-headings Required heading structure [Expected: [None]; Actual: # This line triggers MD043]
TEST.md:3:81 MD013/line-length Line length [Expected: 80; Actual: 95]
efm-langserver in Neovim only shows MD043. I confirmed that both are using $HOME/.markdownlint.yaml. That is, if I disable all rules, efm-langserver stops showing MD043.
Invoking
markdownlint
from the CLI triggers more rules than invoking it via efm-langserver in Neovim.Example Markdown:
Both rules triggered on CLI:
efm-langserver in Neovim only shows MD043. I confirmed that both are using
$HOME/.markdownlint.yaml
. That is, if I disable all rules, efm-langserver stops showing MD043.I have never had this issue with any other command.
NVIM v0.10.0
efm-langserver 0.0.53
markdownlint 0.41.0
The text was updated successfully, but these errors were encountered: