diff --git a/.markdownlint.json b/.markdownlint.json index 7aeeca0ed..f0b463e0e 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -3,8 +3,13 @@ "line_length": 160, "code_blocks": false }, - "no-trailing-punctuation": { - "punctuation": ".,;:。,;:" - } -} - + "blanks-around-lists": false, + "blanks-around-headings": false, + "no-multiple-blanks": false, + "no-trailing-spaces": false, + "no-trailing-punctuation": false, + "no-hard-tabs": false, + "hr-style": false, + "strong-style": false, + "emphasis-style": false +} \ No newline at end of file