We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8aecd0 commit 839c324Copy full SHA for 839c324
.vscode/settings.json
@@ -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