From b562438df9a369691f47bd2075e7747e5ec3e3cb Mon Sep 17 00:00:00 2001 From: amuzip <63391274+amuzip@users.noreply.github.com> Date: Mon, 9 Feb 2026 23:48:56 +0900 Subject: [PATCH] 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 --- .markdownlint-cli2.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index d6db0277..0108b9f2 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -19,7 +19,9 @@ }, "MD050": { "style": "asterisk" - } + }, + "MD036": false, + "MD060": false }, "ignores": [ ".genreleases/"