File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change 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
15MD001 : false
6+
7+ # MD003 heading-style/header-style - Heading style
28MD003 : false
9+
10+ # MD005 list-indent - Inconsistent indentation for list items at the same level
311MD005 : false
12+
13+ # MD007 ul-indent - Unordered list indentation
414MD007 : false
15+
16+ # MD010 no-hard-tabs - Hard tabs
517MD010 : false
6- MD011 : false
18+
19+ # MD013 line-length - Line length
720MD013 : false
21+
22+ # MD014 commands-show-output - Dollar signs used before commands without showing output
823MD014 : false
24+
25+ # MD024 no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
926MD024 : false
27+
28+ # MD025 single-title/single-h1 - Multiple top-level headings in the same document
1029MD025 : false
30+
31+ # MD026 no-trailing-punctuation - Trailing punctuation in heading
1132MD026 : false
33+
34+ # MD040 fenced-code-language - Fenced code blocks should have a language specified
1235MD040 : false
36+
37+ # MD046 code-block-style - Code block style
1338MD046 : false
You can’t perform that action at this time.
0 commit comments