We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.markdownlint.json
docs
1 parent 9d0937c commit 4e9d856Copy full SHA for 4e9d856
.github/workflows/lint.yml
@@ -33,8 +33,8 @@ jobs:
33
*.md
34
.github/**/*.md
35
config: ./.markdownlint.json
36
- - name: Markdown Lint Docs
37
- uses: DavidAnson/markdownlint-cli2-action@v20
38
- with:
39
- globs: docs/**/*.md
40
- config: docs/.markdownlint.json
+# - name: Markdown Lint Docs
+# uses: DavidAnson/markdownlint-cli2-action@v20
+# with:
+# globs: docs/**/*.md
+# config: docs/.markdownlint.json
.markdownlint.json
@@ -0,0 +1,4 @@
1
+{
2
+ "MD013": false,
3
+ "MD041": false
4
+}
0 commit comments