erickzhao

#50169: docs: fix ipc highlight lines

Merged
Created: Mar 9, 2026, 3:07:18 PM
Merged: Mar 9, 2026, 7:16:06 PM
2 comments
Target: main

Description of Change

ref electron/website#1028

Fixes the highlight blocks in Docusaurus. cc @electron/docs

Checklist

Release Notes

Notes: none

Backports

41-x-y
Merged
PR Number
#50181
Merged At
Mar 9, 2026, 8:31:22 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron