blob: 25d790391cf2a6309113ce9de4d9d9851a283514 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# MD013/line-length - Line length
MD013: false
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
MD024:
siblings-only: true
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
MD025:
front_matter_title: ""
# MD026/no-trailing-punctuation - Trailing punctuation in heading
MD026: false
# MD033/no-inline-html Inline HTML
MD033: false
# MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
MD041: false
|