From 6d67ad0f76a2bc71ae3c07532a5f194246a0fa1c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:41:05 +0000 Subject: [PATCH 1/2] Initial plan From b9bfc5604ecdc155231b124cbedf33c4c9b01fcb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Apr 2026 22:53:07 +0000 Subject: [PATCH 2/2] fix: narrow markdown 4-backtick guidance to nested fences only Agent-Logs-Url: https://github.com/github/gh-aw/sessions/bb95e8fd-1cb7-4f5b-a665-8b5747a10f8b Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- actions/setup/md/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/setup/md/markdown.md b/actions/setup/md/markdown.md index 179caae5e7c..672c2963f3d 100644 --- a/actions/setup/md/markdown.md +++ b/actions/setup/md/markdown.md @@ -1,3 +1,3 @@ -Use 4-backtick fences (not 3) for outer markdown blocks containing nested code blocks. Use GitHub Flavored Markdown. +Only use 4-backtick fences when the block literally contains triple-backtick fences inside it; otherwise use standard 3-backtick fences. Use GitHub Flavored Markdown.