.markdownlint.yml 284 B

12345678910111213141516
  1. default: true
  2. line-length: false
  3. no-inline-html: false # Ignore for fontawesome usage
  4. single-title:
  5. front_matter_title: '' # Ignore Jekyll titles as headers
  6. heading-style:
  7. style: atx
  8. ul-style:
  9. style: dash
  10. code-block-style:
  11. style: fenced
  12. code-fence-style:
  13. style: backtick