Skip to content

Commit 9a929b7

Browse files
Update eep.markdownlint.json
Disable rule MD046 - Code block style so mixing fenced code blocks with indented code blocks becomes OK. This because the EEP headers are mandatory and in fact an indented code block, which does not accept fenced code blocks (with language tag) in the EEP itself, and that is a nuisance.
1 parent ef18834 commit 9a929b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eep.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"MD033": false,
1010
"MD036": false,
1111
"MD041": false,
12+
"MD046": false,
1213
"MD053": { "ignored_definitions": ["numerical index of eeps","eep status legend","eep owners","eep","emacsvar","vimvar","//"]}
1314
}

0 commit comments

Comments
 (0)