Skip to content

Fix malformed markdown code block in document-internationalization README#591

Draft
Copilot wants to merge 2 commits intoi18n-plugin/language-fieldfrom
copilot/sub-pr-567-again
Draft

Fix malformed markdown code block in document-internationalization README#591
Copilot wants to merge 2 commits intoi18n-plugin/language-fieldfrom
copilot/sub-pr-567-again

Conversation

Copy link
Contributor

Copilot AI commented Feb 17, 2026

The README contained a malformed code block using 4 backticks with an ## Install heading incorrectly embedded inside it, breaking markdown rendering.

Changes:

  • Fixed code block formatting: changed 4 backticks to proper 3-backtick bash code block for migration command
  • Relocated ## Install section from inside code block to correct position between Upgrade and Usage sections
  • Install section now renders properly as standalone heading per document structure

Before:

pnpm sanity migration run migrateToLanguageField --dry-run=false

Install

npm install --save @sanity/document-internationalization

**After:**
```markdown
```bash
pnpm sanity migration run migrateToLanguageField --dry-run=false

4. Update your GROQ queries

...

Install

npm install --save @sanity/document-internationalization

<!-- START COPILOT CODING AGENT TIPS -->
---

💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey).

@changeset-bot
Copy link

changeset-bot bot commented Feb 17, 2026

⚠️ No Changeset found

Latest commit: 89ac722

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Feb 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
plugins-studio Ready Ready Preview, Comment Feb 17, 2026 6:38pm

Request Review

Co-authored-by: pedrobonamin <46196328+pedrobonamin@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on language identifier changes in i18n-array PR Fix malformed markdown code block in document-internationalization README Feb 17, 2026
Copilot AI requested a review from pedrobonamin February 17, 2026 18:38
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