Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

AGENTS.md and .github/aw/*.md files contained Astro-specific syntax that doesn't render on GitHub.

Changes

  • Link syntax: <a>file.md</a>[file.md](file.md) (2 instances in AGENTS.md)
  • Alert directive: :::note[Title]> [!NOTE] with GitHub alert syntax (1 instance in upgrade-agentic-workflows.md)

Before

See <a>specs/yaml-version-gotchas.md</a> for details

:::note[Command Execution]
When running in GitHub Copilot Cloud...
:::

After

See [specs/yaml-version-gotchas.md](specs/yaml-version-gotchas.md) for details

> [!NOTE]
> **Command Execution**
>
> When running in GitHub Copilot Cloud...

All markdown now renders correctly in GitHub's native renderer.

Original prompt

Ensure that the agent.md and .github/aw/*.md files are using the github flavored markdown syntax, not Astro syntax. Aslo use github alerts syntax.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…thub/aw/upgrade-agentic-workflows.md

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Ensure markdown files use GitHub flavored syntax Convert Astro syntax to GitHub flavored markdown Jan 22, 2026
Copilot AI requested a review from pelikhan January 22, 2026 23:25
@pelikhan pelikhan marked this pull request as ready for review January 22, 2026 23:27
@pelikhan pelikhan merged commit a4307f9 into main Jan 22, 2026
@pelikhan pelikhan deleted the copilot/update-markdown-syntax-files branch January 22, 2026 23:27
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.

2 participants