aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.markdownlint.jsonc
blob: d8a288a20fe0eac738244c4d9c6141df74a92b69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  // MD013/line-length - Line length
  "MD013": false,

  // MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
  "MD024": {
    // Only check sibling headings
    "siblings_only": true
  },

  // MD033/no-inline-html - Inline HTML
  "MD033": false
}