.markdownlint.json 446 B

12345678910111213141516171819202122
  1. {
  2. "MD007": { "indent": 4 },
  3. "MD013": { "line_length": 79, "headings": false, "tables": false },
  4. "MD024": { "allow_different_nesting": true },
  5. "MD026": { "punctuation": ".,:。,;:" },
  6. "MD029": { "style": "ordered" },
  7. "MD033": {
  8. "allowed_elements": [
  9. "sup",
  10. "sub",
  11. "details",
  12. "summary",
  13. "b",
  14. "blockquote",
  15. "footer",
  16. "cite",
  17. "br"
  18. ]
  19. },
  20. "MD035": { "style": "---" }
  21. }