Skip to content

Commit

Permalink
re-enable line length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons committed Aug 6, 2024
1 parent 2d58e08 commit 84dfec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"default": true,
"MD013": false, // 80 char line length - produces undesireable results within code blocks
"MD033": false, // no inline HTML
}

0 comments on commit 84dfec7

Please sign in to comment.