We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11c5d5 commit 3e08461Copy full SHA for 3e08461
1 file changed
.github/linters/.markdown-lint.yml
@@ -1,5 +1,4 @@
1
# https://github.com/DavidAnson/markdownlint#rules--aliases
2
-# markdownlint -c .github/linters/.markdown-lint.yml .
3
4
# MD001/heading-increment/header-increment Heading levels should only increment by one level at a time
5
MD001: false
@@ -21,3 +20,6 @@ MD040: false
21
20
22
# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
23
MD041: false
+
24
+# MD059/descriptive-link-text Link text should be descriptive
25
+MD059: false
0 commit comments