David Anson

Results 484 comments of David Anson

I had a bit of time to try this. Your scenario seems to behave as expected: ``` @DavidAnson ➜ /workspaces/markdownlint-cli2/issue365 (next) $ cat .gitignore /beta @DavidAnson ➜ /workspaces/markdownlint-cli2/issue365 (next) $...

Haha, I forgot I had already looked into this some. You should be able to confirm you are seeing very bad performance (but correct behavior) by waiting for the original...

Thanks! I think I will use this issue as a reminder to myself to add an option to use only the root ignore file because that should not cause this...

Duplicate of: https://github.com/DavidAnson/ConvertTo-Jpeg/issues/12

markdownlint-cli supports a few configuration options (such as RC files) which this project (CLI2) does not. The various configuration options for this project are described in the README. You may...

Not sure I understand the question. If/when an enhancement is implemented for this project and released as part of a package update, it can/will be picked up by other packages...

MD001 is not appropriate for ensuring the first heading is an H2 whether or not YAML is present. For example, it does not trigger here: https://dlaa.me/markdownlint/#%25m%23%23%20Heading%0A This test file should...

Here is how to use the example I pointed out to achieve the result you want: https://dlaa.me/markdownlint/#%25m---%0Atitle%3A%20%22Title%22%0A---%0A%0A%23%23%23%20Heading%0A%0A%3C!--%20markdownlint-configure-file%20%7B%0A%20%20%22first-line-heading%22%3A%20%7B%0A%20%20%20%20%22level%22%3A%202%2C%0A%20%20%20%20%22front_matter_title%22%3A%20%22ignore%22%0A%20%20%7D%0A%7D%20--%3E%0A Note that it reports an issue as configured because the first heading is...

Ah, thanks, I hadn't realized you showed the same configuration. The issue with using MD001 here is that its behavior looks to see if a heading level that increases vs....