We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e171688 commit 4111b5aCopy full SHA for 4111b5a
.github/dependabot.yaml .github/dependabot.yml
.markdownlint.jsonc
@@ -6,6 +6,7 @@
6
"MD013": false, // line-length: Line length
7
"MD022": false, // blanks-around-headers: Headings should be surrounded by blank lines
8
"MD024": { "siblings_only": true }, // no-duplicate-header: Multiple headings with the same content
9
+ "MD028": false, // no-blanks-blockquote: Blank line inside blockquote
10
"MD029": { "style": "ordered" }, // ol-prefix: Ordered list item prefix
11
"MD031": false, // blanks-around-fences: Fenced code blocks should be surrounded by blank lines
12
"MD032": false, // blanks-around-lists: Lists should be surrounded by blank lines
0 commit comments