Skip to content

fix: format markdown table in blobstream.md for prettier compliance#2156

Merged
jcstein merged 2 commits intomainfrom
copilot/fix-2155
Jul 17, 2025
Merged

fix: format markdown table in blobstream.md for prettier compliance#2156
jcstein merged 2 commits intomainfrom
copilot/fix-2155

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jul 17, 2025

The CI build was failing due to Prettier formatting issues in how-to-guides/blobstream.md. The markdown table containing SP1 Blobstream contract deployments had inconsistent column spacing and alignment that didn't conform to Prettier's formatting rules.

This fix applies Prettier's automatic formatting to the table, which:

  • Aligns all pipe separators (|) vertically
  • Adjusts column widths to accommodate the longest entry ("ZKSync Gateway Testnet")
  • Extends separator dashes to match the new column widths

The changes are purely cosmetic formatting adjustments - no content or functionality is modified. The table remains fully readable and all contract addresses, links, and information are preserved exactly as they were.

Before:

| Contract       | EVM network      | Contract address | ...
| -------------- | ---------------- | ---------------- | ...
| SP1 Blobstream | ZKSync Gateway Testnet | [`0xaf4B68...`] | ...

After:

| Contract       | EVM network            | Contract address | ...
| -------------- | ---------------------- | ---------------- | ...  
| SP1 Blobstream | ZKSync Gateway Testnet | [`0xaf4B68...`] | ...

Fixes #2155.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: jcstein <46639943+jcstein@users.noreply.github.com>
Copilot AI changed the title [WIP] fix: build fix: format markdown table in blobstream.md for prettier compliance Jul 17, 2025
Copilot AI requested a review from jcstein July 17, 2025 16:50
@jcstein jcstein marked this pull request as ready for review July 17, 2025 17:41
@jcstein jcstein merged commit 6413a47 into main Jul 17, 2025
5 checks passed
@jcstein jcstein deleted the copilot/fix-2155 branch July 17, 2025 17:41
@github-actions
Copy link
Copy Markdown
Contributor

PR Preview Action v1.6.2
Preview removed because the pull request was closed.
2025-07-17 17:42 UTC

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.

fix: build

2 participants