David Anson
David Anson
Thank you for asking! It's clear the pre-commit team still does not want tools doing this. I'm not sure where to go from here other than closing this issue/PR. https://github.com/igorshubovych/markdownlint-cli/issues/157#issuecomment-2422673415
Thanks for the added info, @mschoettle!
The reference you link to describes logging commands as something for a script or a task to use. However, markdownlint-cli2 is neither of those. What I think you want here...
Thanks for sharing the above, it's great to know that approach works! I guess I'm not clear what the goal is here. SARIF seems to work for reporting things as...
@shmuelie, you should be able to try the new output formatter now: https://www.npmjs.com/package/markdownlint-cli2-formatter-template I included an example using the format you tested and shared above. This formatter will be included...
It looks like you meant to open this issue here instead: https://github.com/DavidAnson/markdownlint-cli2 You can customize the regular expression used for matching front matter via the `frontMatter` configuration property documented there...
Please show the Markdown to reproduce your issue. I tried based on part of your rendered output above and that produces no violations: https://dlaa.me/markdownlint/#%25m%23%20%3Asmile%3A%20Spelled%20Heading%0A
Or maybe you are complaining about the "generated anchor tags"? If so, please show what those are. A simple example in the demo playground I use above would be the...
Thank you, this is very helpful! I'll have a look soon. In the meantime, if you are curious please see the bottom of the documentation for this rule which explains...
I've had a look: 1. Correct (per your table) 2. Correct 3. Why do you say this is not functional. The GitHub version of the target is `#smile-shortcode-heading` which is...