Commit ba92a85 1 parent 88158ff commit ba92a85 Copy full SHA for ba92a85
File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ We are using the [markdownlint](https://github.com/DavidAnson/markdownlint) fram
17
17
| [ MD022] ( https://github.com/DavidAnson/markdownlint/blob/main/doc/md022.md ) | Headings must be surrounded by a blank line. | warning |
18
18
| [ MD023] ( https://github.com/DavidAnson/markdownlint/blob/main/doc/md023.md ) | Headings must start at the beginning of the line. | error |
19
19
| [ MD024] ( https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md ) | Disallow headings with the same content. | error |
20
+ | [ MD027] ( https://github.com/DavidAnson/markdownlint/blob/main/doc/md027.md ) | Catches multiple spaces after blockquote symbol. | warning |
20
21
| [ MD011] ( https://github.com/DavidAnson/markdownlint/blob/main/doc/md011.md ) | Make sure that link syntax is not reversed. | error |
21
22
| [ MD111] ( ./linting-rules/image-alt-text-length.js ) | Images alternate text should be between 40-150 characters. | warning |
22
23
| [ MD112] ( ./linting-rules/image-alt-text-end-punctuation.js ) | Images alternate text should end with a punctuation. | error |
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ async function main() {
38
38
MD022 : true ,
39
39
MD023 : true ,
40
40
MD024 : true ,
41
+ MD027 : true ,
41
42
MD111 : true ,
42
43
MD112 : true ,
43
44
MD113 : true ,
You can’t perform that action at this time.
0 commit comments