Skip to content

Commit 91d156e

Browse files
committed
Prettier for .markdownlint.jsonc
1 parent 9883b95 commit 91d156e

1 file changed

Lines changed: 23 additions & 18 deletions

File tree

.markdownlint.jsonc

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
11
{
2-
"MD007": { // Unordered list indentation
3-
"indent": 4
4-
},
5-
"MD013": false, // Line length
6-
"MD033": { // Inline HTML
7-
"allowed_elements": [
8-
"br", // Useful in tables
9-
"figure", "figcaption",
10-
"s", "del" // Python-Markdown parsing issue with CJK
11-
]
12-
},
13-
"MD046": false, // Use fenced code block style, too many false positives
14-
"MD051": false, // Link fragments should be valid, false positives
15-
"MD052": false, // Reference link should be defined and used, false positives with includes/man.md
16-
"MD010": false, // Some command output contains hard tabs
17-
"MD024": { // Allow multiple headers with the same content, if they are not siblings
18-
"siblings_only": true
19-
}
2+
"MD007": {
3+
// Unordered list indentation
4+
"indent": 4
5+
},
6+
"MD013": false, // Line length
7+
"MD033": {
8+
// Inline HTML
9+
"allowed_elements": [
10+
"br", // Useful in tables
11+
"figure",
12+
"figcaption",
13+
"s",
14+
"del" // Python-Markdown parsing issue with CJK
15+
]
16+
},
17+
"MD046": false, // Use fenced code block style, too many false positives
18+
"MD051": false, // Link fragments should be valid, false positives
19+
"MD052": false, // Reference link should be defined and used, false positives with includes/man.md
20+
"MD010": false, // Some command output contains hard tabs
21+
"MD024": {
22+
// Allow multiple headers with the same content, if they are not siblings
23+
"siblings_only": true
24+
}
2025
}

0 commit comments

Comments
 (0)