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

.markdownlintrc 256B

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