.markdownlint.yaml 323 B

12345678910111213
  1. # MD013/line-length - Line length
  2. MD013: false
  3. # MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
  4. MD024:
  5. siblings-only: true
  6. # MD033/no-inline-html Inline HTML
  7. MD033: false
  8. # MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading
  9. MD041: false