Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 979acc9

Browse files
authored
chore: Suppress MD013 for code blocks (#187)
1 parent eb31789 commit 979acc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.markdownlint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"first-line-heading": false,
33
"no-inline-html": false,
4-
"ol-prefix": false
4+
"ol-prefix": false,
5+
"MD013": {
6+
"code_blocks": false
7+
}
58
}

0 commit comments

Comments
 (0)