David Anson
David Anson
Fixed by #1617
If I understand your scenario correctly, you should be able to have your pipeline make the relevant configuration file update to add the SARIF output formatter. While that will create...
Another option is to use JavaScript for the configuration file and then determine at runtime whether or not to include the SARIF formatter based on whether code was running in...
You can use a configuration file and set `default` to `false` if you want to gradually opt into rules. https://github.com/DavidAnson/markdownlint?tab=readme-ov-file#optionsconfig
That seems unusual for a PowerShell script and potentially impactful if the person picks the wrong choice.
I’ve hit this issue with the latest (0.48.0) release of the markdownlint extension: . As one of the comments above notes, `import` works perfectly well during development (both for normal...
@fwouts, thank you so much! In my case, there has been very little adoption of .mjs configuration files (it's a new feature of the CLI), so I removed the documentation...
This behavior is documented here: https://github.com/DavidAnson/markdownlint/blob/main/doc/md025.md
> I'm not sure that this rule should work in no-Hugo site Assuming there is a typo there, I agree that this rule does not seem appropriate for Hugo syntax....
HTML will treat an unrecognized element name as a span. It could also be a custom element. This rule deliberately does not try to filter for element names defined by...