Skip to content

Commit 4111b5a

Browse files
committed
[site] update md lint rules
1 parent e171688 commit 4111b5a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

.markdownlint.jsonc

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"MD013": false, // line-length: Line length
77
"MD022": false, // blanks-around-headers: Headings should be surrounded by blank lines
88
"MD024": { "siblings_only": true }, // no-duplicate-header: Multiple headings with the same content
9+
"MD028": false, // no-blanks-blockquote: Blank line inside blockquote
910
"MD029": { "style": "ordered" }, // ol-prefix: Ordered list item prefix
1011
"MD031": false, // blanks-around-fences: Fenced code blocks should be surrounded by blank lines
1112
"MD032": false, // blanks-around-lists: Lists should be surrounded by blank lines

0 commit comments

Comments
 (0)