-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anchor link checking fails #304
Comments
This is a showstopper for updating to |
It is a regression in 2eb21a1 IMO it is dependency |
Thank you for locating the source of the regression. I can confirm that the issue also exists in npx markdown-link-check test.md --ignore nothing For some reason, the CI test has the markdown-link-check/test/markdown-link-check.test.js Lines 343 to 354 in c8c394c
|
It was broken. :-/ |
Reason is a missing upstream feature: tcort/markdown-link-extractor#24 |
There's a regression they're working to fix, it'll probably be fixed soon, but in the meantime... tcort/markdown-link-check#304
There's a regression they're working to fix, it'll probably be fixed soon, but in the meantime... tcort/markdown-link-check#304
There's a regression they're working to fix, it'll probably be fixed soon, but in the meantime... tcort/markdown-link-check#304
Currently, Freyja is using cargo git dependencies to reference the proto packages from other ESDV projects such as Ibeji. This has caused compatibility issues and needs to be updated. This PR makes a change to pull the content from a remote URL and build the proto files within the Freyja repo. Inspired by UProtocol: https://github.com/eclipse-uprotocol/up-rust/blob/main/build.rs Also makes a minor update to the install instructions in the README, which required updating the markdown-ci workflow due to a recent regression in the tool that it uses (see tcort/markdown-link-check#304) Fixes #157
Pin markdown-link-check to version 3.11.2 until tcort/markdown-link-check#304 is resolved in the 3.12.x series. Signed-off-by: Christian Storm <christian.storm@siemens.com>
Pin markdown-link-check to version 3.11.2 until tcort/markdown-link-check#304 is resolved in the 3.12.x series. Signed-off-by: Christian Storm <christian.storm@siemens.com>
Pin markdown-link-check to version 3.11.2 until tcort/markdown-link-check#304 is resolved in the 3.12.x series. Signed-off-by: Christian Storm <christian.storm@siemens.com>
It looks like the latest version doesn't support anchors properly (tcort/markdown-link-check#304).
I also ran into this issue today on 3.12.1. |
Disabling markdown-link-check linter because of regression related to checking anchors (see: tcort/markdown-link-check#304). Lychee is also enabled for all repository files and covers the same features as markdown-link-check.
* ci(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter), [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) and [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request). Updates `oxsecurity/megalinter` from 7.10.0 to 7.11.1 - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@a7a0163...03986e6) Updates `reviewdog/action-suggester` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](reviewdog/action-suggester@3d7fde6...185c9c0) Updates `amannn/action-semantic-pull-request` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@e9fabac...c24d6dd) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: amannn/action-semantic-pull-request dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * ci: disable markdown-link-check linter Disabling markdown-link-check linter because of regression related to checking anchors (see: tcort/markdown-link-check#304). Lychee is also enabled for all repository files and covers the same features as markdown-link-check. * ci: use correct key to disable markdown-link-check --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
|
markdown-link-check
reports a 404 error when checking a correctly formatted link such asThis is a regression from
markdown-link-check@3.11.2
.markdown-link-check version
3.12.1
Operating system
Ubuntu
22.04.4
LTSNode.js version
v20.11.1
LTSSteps to reproduce
Execute:
mkdir md-link-test cd md-link-test npm install markdown-link-check
Create a Markdown file
test.md
with the following contentsExecute:
Note the failure:
[✖] #link1 → Status: 404
Test with 3.11.2
Execute:
Note the correct success of testing
link1
:[✓] #link1
Logs from 3.12.1
Related issue
#tomato
) in the same document #195The text was updated successfully, but these errors were encountered: