Skip to content

Commit

Permalink
Markdown-link-check: ignore valid URL hash in CHANGELOG (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Apr 7, 2024
1 parent 1d943e5 commit a77761a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"pattern": "^https://badges.netlify.com/api/docsydocs.svg\\?branch=main"
},
{
"pattern": "https://docs.npmjs.com/cli/v10/using-npm/scripts#prepare-and-prepublish"
"pattern": "^https://docs.npmjs.com/cli/v10/using-npm/scripts#prepare-and-prepublish"
},
{
"pattern": "^#070$"
}
],
"timeout": "3s",
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For the full list of changes, see the [0.x.y] release notes.

**Breaking changes**:

- Removed shortcode `card-code` that was deprecated in [0.7.0](#070); use
- Removed shortcode `card-code` that was [deprecated in 0.7.0](#070); use
shortcode `card` with named parameter `code=true` instead.

**New**:
Expand Down

0 comments on commit a77761a

Please sign in to comment.