Skip to content

Fix line break rendering on PeerDAS page - #777

Merged
joshuafernandes merged 1 commit into
Consensys:mainfrom
alexandratran:775-fix-line-breaks
Jul 28, 2026
Merged

Fix line break rendering on PeerDAS page#777
joshuafernandes merged 1 commit into
Consensys:mainfrom
alexandratran:775-fix-line-breaks

Conversation

@alexandratran

@alexandratran alexandratran commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Many lines on the PeerDAS page ended in double spaces, making the line breaks (that are meant to keep the source Markdown readable) unintentionally display in the rendered site. This PR fixes those trailing spaces.

Fixes #775

Preview: https://doc-teku-96l28svqw-consensys-ddffed67.vercel.app/development/concepts/peer-das


Note

Low Risk
Documentation-only whitespace cleanup with no runtime, API, or configuration impact.

Overview
Fixes unintended visible line breaks on the PeerDAS concept page (docs/concepts/peer-das.md). Many lines ended with two trailing spaces, which Markdown treats as hard breaks, so breaks meant only for readable source were showing on the rendered site.

The change strips those trailing spaces across the page (including list items and the warning admonition) and normalizes a few list-marker lines. Wording and structure are unchanged—rendering only. Addresses issue #775.

Reviewed by Cursor Bugbot for commit 1771ee5. Bugbot is set up for automated code reviews on this repo. Configure here.

@alexandratran
alexandratran requested a review from a team as a code owner July 28, 2026 21:58
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

@alexandratran is attempting to deploy a commit to the Consensys Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
doc-teku Ready Ready Preview, Comment Jul 28, 2026 10:00pm

Request Review

@joshuafernandes joshuafernandes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@joshuafernandes
joshuafernandes merged commit 8f07588 into Consensys:main Jul 28, 2026
12 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 28, 2026
@alexandratran
alexandratran deleted the 775-fix-line-breaks branch July 28, 2026 22:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Line break issue on PeerDAS page

2 participants