Skip to content

Conversation

@cdrubin
Copy link
Contributor

@cdrubin cdrubin commented Nov 4, 2025

Summary

The release notes for Linux clients were rendering differently to the release notes of the Mac and Windows clients.

Resolution

YAML multiline strings can be represented as block scalars with different "block chomping" behaviour. The Mac and Windows release files were using: |- whereas the latest Linux release file was using >- which is so-called "folded style". This replaces newlines with spaces in the source Markdown which resulted in Markdown -> HTML not seeing the newlines needed to signal headers.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
* @cloudflare/pcx-technical-writing

@github-actions
Copy link
Contributor

github-actions bot commented Nov 4, 2025

@kodster28 kodster28 merged commit 0ba5ce3 into production Nov 4, 2025
11 checks passed
@kodster28 kodster28 deleted the cefan/Linux_warp_releases_formatting_bug branch November 4, 2025 17:09
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.

6 participants