David Anson
David Anson
Agreed. You can disable or uninstall this extension to confirm the functionality you describe is part of some other tool.
This is a holdover from the original Ruby implementation. It's reasonable to do as you suggest, but I'd rather not code it into every rule or document/test/sample both forms. I'll...
Thank you! I'm glad this capability exists, but I actually do appreciate that the current approach gives each dependency change its own PR and its own validation once accepted. It's...
It's a good point, but GitHub has never complained so far and I don't know how to tell Dependabot to split a PR if something fails. :) Something that feels...
I'm closing this because I don't see myself deciding to merge these unless something else changes. Thanks for the suggestion!
The documentation you link explains why the example you show is reported as a violation: > Link fragments may be handled case-sensitively, so this rule requires fragments to exactly match...
As noted above, this rule matches the GitHub algorithm and that algorithm converts heading text to lower case. Work could be done here to allow mIxEd CaSe, but that would...
Sorry, I don't understand your scenario. What I would expect is to call the library to lint some sort of files and then look at the results of that operation....
(Or invoke `markdownlint-cli2` and tell it to apply fixes for you.)
It sounds like you are implementing another CLI? If so, I would be curious what about the existing ones is lacking? But regarding rule metadata, everything you mention above (and...