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>
This commit is contained in:
amuzip
2026-02-09 23:48:56 +09:00
committed by GitHub
parent 9111699cd2
commit b562438df9

View File

@@ -19,7 +19,9 @@
},
"MD050": {
"style": "asterisk"
}
},
"MD036": false,
"MD060": false
},
"ignores": [
".genreleases/"