From 5f5462571cb347a32bf480068b8912e28518762f Mon Sep 17 00:00:00 2001 From: Oleks Date: Thu, 30 Jul 2026 19:25:27 +0300 Subject: [PATCH] Use 4-backtick outer fence (markdownlint MD048 requires backtick, not tilde) The tilde fence from the previous commit avoided the nesting collision but violated this repo's markdownlint style (backtick-only), which the pre-push hook enforces and rejected. A 4-backtick outer fence with the real 3-backtick example nested inside satisfies both: CommonMark only closes a fence on a matching-or-longer run of the same character, and MD048 sees backticks throughout. --- skills/offload-audit/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/offload-audit/SKILL.md b/skills/offload-audit/SKILL.md index 1440d4b..633cbb7 100644 --- a/skills/offload-audit/SKILL.md +++ b/skills/offload-audit/SKILL.md @@ -272,7 +272,7 @@ is read as markdown — `issuer-agent` can only paste a line byte-for-byte if it was actually shown one, not markdown that silently ate it. A fenced block (` ``` `) forces the body to be read and relayed as literal text. -~~~text +````text Agent(subagent_type="anxious:issuer-agent", prompt=...) # for action == "file" "File this on . It is an inference-arbitrage audit finding. @@ -303,7 +303,7 @@ Agent(subagent_type="anxious:issuer-agent", prompt=...) ``` ```" -~~~ +```` `issuer` owns repo, final title, labels beyond `token-offload`, and milestone. You own the body.