Skip to content

Commit 3871bc5

Browse files
fix: allow hard tabs in code blocks in markdown-lint configuration
1 parent f5f44aa commit 3871bc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.markdown-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ MD030:
2222
# Code block style
2323
MD046:
2424
style: fenced
25+
26+
# Allow hard tabs in code
27+
MD010:
28+
ignore_code_blocks: true

0 commit comments

Comments
 (0)