Skip to content

Commit

Permalink
Re-enable line length rule but allow long code block lines
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Aug 6, 2024
1 parent 354dd6b commit 1d0e120
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"default": true,
"MD013": false, // 80 char line length - produces undesireable results within code blocks
// line length
"MD013": {
"code_block_line_length": 256
},
"MD033": false, // no inline HTML
}

0 comments on commit 1d0e120

Please # to comment.