Skip to content

Commit b8a1304

Browse files
committed
Disable markdownlint rule MD026
Although I think it is generally a sensible rule, I decided that this is just too uptight. It will be better to focus our efforts on compliance with the rules for more significant issues.
1 parent 8265ed8 commit b8a1304

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.markdownlint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ MD024: false
3131
MD025:
3232
level: 1
3333
front_matter_title: '^\s*"?title"?\s*[:=]'
34-
MD026:
35-
punctuation: ":"
34+
MD026: false
3635
MD027: false # Prettier
3736
MD028: false
3837
MD029:

0 commit comments

Comments
 (0)