Skip to content

Commit

Permalink
chore: ignore markdownlink rules
Browse files Browse the repository at this point in the history
Ignore "no empty links" and "Single h1" as they are not compatible
with some of the mdbook features, esp in SUMMARY.md
  • Loading branch information
matchy233 committed Jul 10, 2024
1 parent c8aecd0 commit 839c324
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"markdownlint.config": {
"MD042": false, // no emtpy link
"MD025": false // single title h1
}
}

0 comments on commit 839c324

Please sign in to comment.