Skip to content

Commit 1431398

Browse files
committed
markdownlint: Extend by prettier
1 parent dc4f66f commit 1431398

File tree

3 files changed

+1234
-23
lines changed

3 files changed

+1234
-23
lines changed

.markdownlint.jsonc

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
11
{
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-
},
2+
"MD046": false,
3+
"extends": "node_modules/markdownlint/style/prettier.json"
254
}

0 commit comments

Comments
 (0)