Skip to content

Commit 4b8dc36

Browse files
testac974claude
andcommitted
Disable MD060 table column style rule
The table formatting is consistent across the book - disabling the new markdownlint rule that requires spaces around pipes in table separator rows. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5086294 commit 4b8dc36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"MD025": false,
99
"MD033": { "allowed_elements": ["br", "details", "summary"] },
1010
"MD041": false,
11+
"MD060": false,
1112
"no-hard-tabs": true,
1213
"whitespace": true
1314
}

0 commit comments

Comments
 (0)