.markdownlint.json 104 B

12345678
  1. {
  2. "default": true,
  3. "MD013":
  4. {
  5. "code_blocks": false,
  6. "tables": false
  7. }
  8. }