Clash with markdown linting rules for lists #765
Replies: 1 comment 1 reply
-
Great questions. Here's what I see: The UPPERCASE_SENTENCE_START isn't applied to the first The WHITESPACE_RULE isn't showing for me because my markdown formatter (prettier) automatically joined it with the preceding line. I believe in Markdown, if you want to inject a line like that within a list, it should have a blank line before and after, like this: If I clean it up per my formatter and habit, I get: The last bullet point still gets the UPPERCASE_SENTENCE_START because of the NOTE in the list. There's feature for temporarily ignoring a rule using an inline comment, (see: https://github.com/davidlday/vscode-languagetool-linter?tab=readme-ov-file#ignore-rules-inline), but I don't seem to be able to get it working in this case. Will look into it more. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'd like to hear your opinion on something. Please look at the markdown snippet below:
LanguageTool complains about two broken rules:
stow .
and--simulate --verbose
I don't understand why the first rule applies to the two lines that begin with
-
but not the one that begins withstow
. But anyway, are these conflicts that you think are worth trying to resolve somehow?Cheers
Beta Was this translation helpful? Give feedback.
All reactions