David Anson

Results 525 comments of David Anson

@nerdCopter, no problem, I'm just glad I don't need to track that down! :)

The behavior of what overrides what other things should be deterministic and I think generally later things replace earlier things, but I couldn't describe all the nuances without looking at...

The VS Code API for getting user/workspace settings merges same-named objects, so we can simplify the scenario above as follows: ```json "markdownlint.config": { "MD013": false, "line-length": true, } ``` Notably,...

Spaces around headings is a correctness issue: https://github.com/DavidAnson/markdownlint/blob/main/doc/md022.md But you are welcome to disable MD022 if it's not relevant to your scenario. EDIT: Sorry, I was answering for the Node...

I'll leave this PR open for comment, but my initial thoughts are captured here and explain why I'm not merging this right now: https://github.com/igorshubovych/markdownlint-cli/issues/578#issuecomment-3564725106