.markdownlint.yml 343 B

1234567891011121314
  1. # See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
  2. # and https://github.com/DavidAnson/markdownlint/blob/main/README.md
  3. # Default state for all rules
  4. default: true
  5. ul-style: false
  6. line-length: false
  7. no-duplicate-header:
  8. siblings_only: true
  9. ol-prefix:
  10. style: ordered
  11. no-inline-html: false
  12. fenced-code-language: false