.markdownlint.yaml 522 B

1234567891011121314151617181920
  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. # MD025/single-title/single-h1 - Multiple top-level headings in the same document
  7. MD025:
  8. front_matter_title: ""
  9. # MD026/no-trailing-punctuation - Trailing punctuation in heading
  10. MD026: false
  11. # MD033/no-inline-html - Inline HTML
  12. MD033: false
  13. # MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
  14. MD041: false