Dirk Klimpel
Dirk Klimpel
here an example: ```yaml linkchecker: stage: test image: name: ghcr.io/tcort/markdown-link-check:3.11.2 entrypoint: ["/bin/sh", "-c"] needs: [] variables: MARKDOWN_LINK_CHECK_CONFIG_FILE: markdown-link-check-config.json script: - find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check...
Code for fixing the IPv6 part was there: https://github.com/tcort/markdown-link-check/pull/294/files
It looks like an "upstream" issue with the windows path, there: https://github.com/tcort/link-check/blob/cefe9ccf2db982a93d53261d9481415e567b5635/index.js#L21 ```js const url = link.startsWith('#') ? link : new URL(link, opts.baseUrl); ``` or a wrong path in tests:...
The security links are not public. I cannot see it (`404`). I have no preference to this topic. It seems not to be very complex: https://www.robinwieruch.de/vite-create-react-app/
It is a regression in https://github.com/tcort/markdown-link-check/commit/2eb21a170f8a9d3f4babd3567818a1f6b641da66 IMO it is dependency [`markdown-link-extractor`](https://github.com/tcort/markdown-link-extractor).
It was broken. https://github.com/tcort/markdown-link-check/commit/98ba6bfd6d14147a7d63e9f52ad6352428a400e6 :-/
Reason is a missing upstream feature: https://github.com/tcort/markdown-link-extractor/issues/24 - added: https://github.com/tcort/markdown-link-extractor/pull/25 - reverted: https://github.com/tcort/markdown-link-extractor/commit/685474fb0b41941aaaa340f228d12f91aa8d5cce
Perhaps this could be in feature replaced by [`BulkUpdateFormButton`](https://marmelab.com/blog/2023/10/02/react-admin-october-2023-update.html#easy-bulk-edition-with-bulkupdateformbutton-and-inputselectorform).
Related to: - #403
If I am add only one, the pipline is always failing.