Skip to content

Commit

Permalink
fixup! Udate markdonwlint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mbohal committed Nov 29, 2023
1 parent 3b96a07 commit 0592718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"MD007": { // Unordered list indentation
"indent": 4 // 4 spaces so parsers (MkDocs, Bitbucket, etc.) can render nested lists correctly
},
"MD013": {
"code_block_line_length": 120,
"tables": false
"MD013": { // Line length
"code_block_line_length": 120, // Max length inside code blocks
"tables": false // Do not check length inside tables
},
"MD024": { // Allow duplicate headings
"allow_different_nesting": true // Allow same heading level under different parents
Expand Down

0 comments on commit 0592718

Please sign in to comment.