Skip to content

blog: fix heading levels in Electron 40 and 41 release blogs#1111

Merged
erickzhao merged 1 commit into
mainfrom
claude/audit-blog-headings-joF7o
May 7, 2026
Merged

blog: fix heading levels in Electron 40 and 41 release blogs#1111
erickzhao merged 1 commit into
mainfrom
claude/audit-blog-headings-joF7o

Conversation

@erickzhao

@erickzhao erickzhao commented May 7, 2026

Copy link
Copy Markdown
Member

Summary

Continues the cleanup started in #952, which standardized heading levels in release blog posts but only covered posts up through Electron 39. The Electron 40 and 41 posts have the same heading-level inconsistencies that #952 set out to fix.

blog/electron-40-0.md

"New Features and Improvements" and "Breaking Changes" were nested under "Stack Changes" as ### instead of being top-level peers. Promoted them to ## and bumped their children from #### to ###.

blog/electron-41-0.md

"Breaking Changes" was at ### instead of ##, with its children one level too deep at ####. Promoted accordingly.

After this PR, the heading hierarchy in both posts matches the standard from #952:

## Notable Changes (where applicable)
   ### subsections
## Stack Changes
## New Features and Improvements
## Breaking Changes
   ### subsections
## End of Support
## What's Next

The Electron 42 post already follows this structure, so no changes were needed there.

Test plan

  • Visually inspect rendered Electron 40 and 41 blog posts to confirm heading hierarchy renders correctly
  • Confirm no other content was modified

https://claude.ai/code/session_014rV49r1Rmk6mej76CWCK8e


Generated by Claude Code

Following the same standardization as #952, promote nested
"Breaking Changes"/"New Features and Improvements" sections to top-level
h2s and their children to h3s.
@erickzhao erickzhao requested a review from a team as a code owner May 7, 2026 21:48
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 7, 2026

Copy link
Copy Markdown

Deploying electron-website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8aeb51f
Status: ✅  Deploy successful!
Preview URL: https://a176de76.electron-website.pages.dev
Branch Preview URL: https://claude-audit-blog-headings-j.electron-website.pages.dev

View logs

@nikwen nikwen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@erickzhao erickzhao merged commit 5fb1e4a into main May 7, 2026
10 checks passed
@erickzhao erickzhao deleted the claude/audit-blog-headings-joF7o branch May 7, 2026 22:18
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.

4 participants