Nick Schonning

Results 465 comments of Nick Schonning

I'd suggest adding https://editorconfig.org to handle the config

Yes, GitHub will respect the settings when rendering tabs in the code views, and also when using the web editor

Seems by https://spec.commonmark.org/0.29/#links it should be ```html NPM CocoaPods ```

It may be worth looking at how https://github.com/igorshubovych/markdownlint-cli does it

Think this was mostly done in https://github.com/tcort/markdown-link-check/pull/179 @tcort the 2 outstanding cleanups - [ ] an `-i`/`--ignore` flag to excluded files from the globs. EX: `markdown-link-check "**/*.md" -i node_modules/`. There...

Duplicate of https://github.com/tcort/markdown-link-check/issues/195

I think this would need to be supported in https://github.com/tcort/markdown-link-extractor

An anchor link points to an ID, which can't contain a space https://html.spec.whatwg.org/multipage/dom.html#the-id-attribute

@ssbarnea that's an odd hack, and isn't the same thing described in this issue

Sounds good, I'll see if I can figure out setting up a separate rule repo. Any advice on naming conventions and namespacing for rules, just to avoid any future issues...