summaryrefslogtreecommitdiffstats
path: root/.markdownlint.yml
blob: 4464e3b94c82b189ab70523b11a3e3fb48118994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Default state for all rules
default: true

# MD013/line-length - Line length
MD013:
  line_length: 1024

# 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