diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 10a74361..ea67d22b 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -12,10 +12,14 @@ heading-style: line-length: line_length: 100 + code_block_line_length: 200 + tables: false no-duplicate-heading: allow_different_nesting: true +no-emphasis-as-heading: false + no-multiple-blanks: maximum: 2