Skip to content

Conversation

@dlipovetsky
Copy link
Contributor

What problem does this PR solve?:
Maintaining a maximum line length is not necessary.

We view Markdown documents using clients that can (and do) automatically wrap text to the width of the display.

Moreover, when we render Markdown to HTML using Hugo, the most important use case for most of Markdown documentation, the line wrapping is discarded.

We already disabled line length for code blocks. This PR just extends it to text.

Which issue(s) this PR fixes:
Fixes #

How Has This Been Tested?:

Special notes for your reviewer:

@dlipovetsky dlipovetsky requested a review from dkoshkin August 5, 2025 00:08
@dlipovetsky dlipovetsky requested a review from jimmidyson August 5, 2025 00:08
@jimmidyson jimmidyson changed the title chore: Allow arbitrary line length in markdown documents build: Allow arbitrary line length in markdown documents Aug 5, 2025
@jimmidyson jimmidyson force-pushed the dlipovetsky/no-line-length-markdown branch from 09c9c66 to 5cf4548 Compare August 5, 2025 08:24
@jimmidyson jimmidyson requested a review from mhrabovcin August 5, 2025 08:24
@jimmidyson
Copy link
Member

jimmidyson commented Aug 5, 2025

Updated commit and PR title to fit with our conventional commits configuration (no chore PRs allowed).

@jimmidyson jimmidyson enabled auto-merge (squash) August 5, 2025 08:25
@jimmidyson jimmidyson merged commit bab9a86 into main Aug 5, 2025
22 checks passed
@jimmidyson jimmidyson deleted the dlipovetsky/no-line-length-markdown branch August 5, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants