chore(hog-charts): unwrap hard-wrapped lines in docs#60016
Merged
Conversation
Removes the artificial mid-sentence line breaks in the README, CONTRIBUTING, and TESTING docs so paragraphs and bullet continuations flow as single lines and wrap naturally in the renderer. Code blocks, the layers table, and list structure are unchanged. Generated-By: PostHog Code Task-Id: a514f24a-8654-4ce4-8765-6ed1d045ba06
Contributor
|
Reviews (1): Last reviewed commit: "chore(hog-charts): unwrap hard-wrapped l..." | Re-trigger Greptile |
Contributor
|
🎭 Playwright didn't run on this PR — your changes touch code that could affect E2E behavior, but Playwright is opt-in via label now to keep CI cost down. Add the Most PRs don't need this. Real regressions still get caught on master and fix-forward. |
Contributor
|
Size Change: 0 B Total Size: 80 MB ℹ️ View Unchanged
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The hog-charts docs (
README.md,docs/CONTRIBUTING.md,docs/TESTING.md) were hard-wrapped mid-sentence at ~80 columns. GitHub renders markdown with flow layout, so the manual breaks produced ragged paragraphs that didn't reflow with the viewport.Changes
How did you test this code?
I'm an agent. No manual or automated testing was run — these are markdown-only changes with no code behavior to verify. Diff inspection only.
Publish to changelog?
no
🤖 Agent context
Authored by Claude Code (Opus 4.7) at the user's request to remove "random line breaks" from the hog-charts docs. Approach: read each file, rewrite each prose block as a single line per paragraph/bullet while preserving fenced code blocks and the markdown table verbatim. No structural or wording changes.