Skip to content

Commit

Permalink
Downgrade markdown link check
Browse files Browse the repository at this point in the history
It looks like the latest version doesn't support anchors properly
(tcort/markdown-link-check#304).
  • Loading branch information
adamconnelly committed Apr 2, 2024
1 parent 0aa0f1a commit b9cf3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
hooks:
- id: markdownlint
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.1
rev: v3.11.2
hooks:
- id: markdown-link-check
args: [--config=markdown-link-check.json, --quiet]
Expand Down

0 comments on commit b9cf3d1

Please sign in to comment.