.markdown-lint.yml 533 B

1234567891011121314151617181920
  1. # Configuration for markdownlint (used by Super Linter)
  2. # MD041: README starts with HTML badges in this repo.
  3. MD041: false
  4. # MD051: GitHub heading anchor generation can differ (emoji, punctuation).
  5. MD051: false
  6. # MD013: The project documentation frequently contains long URLs/commands.
  7. MD013: false
  8. # MD033: The main README uses inline HTML for badges.
  9. MD033: false
  10. # MD007: Repo uses 2-space indentation for nested lists.
  11. MD007:
  12. indent: 2
  13. # MD030: Repo mixes 1-space unordered and 2-space ordered list markers.
  14. MD030: false