選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.markdownlintrc 253B

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. }