You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.markdownlint.yaml 543B

123456789101112131415161718
  1. commands-show-output: false
  2. fenced-code-language: false
  3. first-line-h1: false
  4. header-increment: false
  5. line-length: {code_blocks: false, tables: false, stern: true, line_length: -1}
  6. no-alt-text: false
  7. no-bare-urls: false
  8. no-blanks-blockquote: false
  9. no-duplicate-header: {allow_different_nesting: true}
  10. no-emphasis-as-header: false
  11. no-empty-links: false
  12. no-hard-tabs: {code_blocks: false}
  13. no-inline-html: false
  14. no-space-in-code: false
  15. no-space-in-emphasis: false
  16. no-trailing-punctuation: false
  17. no-trailing-spaces: {br_spaces: 0}
  18. single-h1: false