forked from DIYgod/RSSHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdownlint.jsonc
12 lines (12 loc) · 926 Bytes
/
.markdownlint.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
{
"MD013": false, // line-length - Line length
"MD014": false, // commands-show-output - Dollar signs used before commands without showing output
"MD024": { "siblings_only": true }, // no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
"MD030": { "ul_single": 3, "ol_single": 2, "ul_multi": 3, "ol_multi": 2 }, // list-marker-space - Spaces after list markers
"MD033": false, // no-inline-html - Inline HTML
"MD036": false, // no-emphasis-as-heading/no-emphasis-as-header - Emphasis used instead of a heading
"MD040": false, // fenced-code-language - Fenced code blocks should have a language specified
"MD041": false, // first-line-heading/first-line-h1 - First line in a file should be a top-level heading
"MD045": false, // no-alt-text - Images should have alternate text (alt text)
"MD051": false // link-fragments - Link fragments should be valid
}