Merge pull request #287 from mi-hol/master

workaround to find only "invalid" references
This commit is contained in:
mi-hol 2022-12-15 17:16:46 +01:00 committed by GitHub
commit 4473e5e7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -36,10 +36,17 @@ Time to validate: 1.07s
### workaround
- edit output log file to find "invalid" references quickly
1. find all strings containing " 0 invalid" (note leading blank) and replace them with "nothing"
2. find all strings containing "invalid" => only actually erroneous links with show
#### using a "quick fix" version
<https://github.com/chmac/markdown-link-validator/commits/omit-success-output> has a quick fix
to install:
note: as of 2022-12-13 still in testing with some issues!!
note: as of 2022-12-13 the method to install:
did NOT work for me, trying to get help!!
```powershell
npm install --save chmac/markdown-link-validator#omit-success-output