Skip to content

Commit 8e13402

Browse files
committed
Updates configuration for markdownlint to disable MD031 rule for list items
Reference: > Set the `list_items` parameter to `false` to disable this rule for list items. Disabling this behavior for lists can be useful if it is necessary to create a tight list containing a code fence. https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md031---fenced-code-blocks-should-be-surrounded-by-blank-lines Signed-off-by: Frank Brückner <[email protected]>
1 parent 6437fd6 commit 8e13402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"MD014": false,
55
"MD024": false,
66
"MD028": false,
7+
"MD031": { "list_items": false },
78
"MD034": false
89
}

0 commit comments

Comments
 (0)