您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.markdownlint.json 289B

1234567891011121314
  1. {
  2. "default": true,
  3. "colors": true,
  4. "header-increment": false,
  5. "line-length": false,
  6. "no-trailing-punctuation": {
  7. "punctuation": ".,;:"
  8. },
  9. "no-duplicate-header": false,
  10. "no-inline-html": false,
  11. "no-hard-tabs": false,
  12. "whitespace": false,
  13. "link-fragments": false
  14. }