Skip to content

Commit b562438

Browse files
amuzipclaude
andauthored
fix: resolve markdownlint errors across documentation (#1571)
- Add language specifiers to fenced code blocks (bash, text) - Fix whitespace issues around code fences - Disable MD036 (emphasis as heading) for intentional warning text - Disable MD060 (table column style) for existing table formats Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9111699 commit b562438

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.markdownlint-cli2.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
},
2020
"MD050": {
2121
"style": "asterisk"
22-
}
22+
},
23+
"MD036": false,
24+
"MD060": false
2325
},
2426
"ignores": [
2527
".genreleases/"

0 commit comments

Comments
 (0)