Skip to content

Fix NOTE callout merged into intro blockquote in forecast side quest - #2500

Open
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/guidelines-fix-callout-issue
Open

Fix NOTE callout merged into intro blockquote in forecast side quest#2500
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/guidelines-fix-callout-issue

Conversation

Copilot AI commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

In workshop/side-quest-26-01-forecast-costs.md, the > [!NOTE] line directly followed the intro description blockquote, so it rendered as plain paragraph text instead of an alert callout.

Changes

  • Insert the repo's existing <!-- --> block separator between the intro blockquote and the > [!NOTE] callout, matching the pattern already used in workshop/17-add-mcp-tools.md and workshop/side-quest-11-06-anthropic-key.md.

A bare > line would also split the blocks but trips markdownlint MD028 (no-blanks-blockquote), hence the HTML comment separator.

> _A deeper companion to [Manage Costs and AI Credit Budgets](26-manage-costs-and-budgets.md). ..._

<!-- -->

> [!NOTE]
> `gh aw forecast` is currently experimental. Its flags and output format may change in future releases.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix callout merging issue in forecast costs guide Fix NOTE callout merged into intro blockquote in forecast side quest Aug 5, 2026
Copilot AI requested a review from pelikhan August 5, 2026 05:20
@pelikhan
pelikhan marked this pull request as ready for review August 5, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[guidelines] side-quest-26-01-forecast-costs.md: [!NOTE] callout not separated from preceding blockquote

2 participants