Skip to content

Commit 839c324

Browse files
committed
chore: ignore markdownlink rules
Ignore "no empty links" and "Single h1" as they are not compatible with some of the mdbook features, esp in SUMMARY.md
1 parent c8aecd0 commit 839c324

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"markdownlint.config": {
3+
"MD042": false, // no emtpy link
4+
"MD025": false // single title h1
5+
}
6+
}

0 commit comments

Comments
 (0)