v0.163.3

career-ops-hq/career-opsv0.163.3Jun 18, 2026by bep

AI Summary

This maintenance release focuses on bug fixes, including escaping issues in code block rendering, preserving non-ASCII whitespace, and fixing a page/section name collision regression.

Key Highlights

  • Fixed lang escaping in default code block rendering.
  • Preserved non-ASCII whitespace in page parser.
  • Fixed page/section name collision regression.
  • Supported babel/postcss config variants.

New Features

  • Babel/PostCSS config variants support
  • Fixed markup/highlight lang escape

Full Release Notes

## What's Changed

* markup/highlight: Escape lang in default code block rendering ce1a7e0b @bep thanks to @k0ngj1 for reporting this issue.
* parser/pageparser: Preserve non-ASCII whitespace after e.g. summary divider 70a9068a @bep 
* resources: Support babel/postcss config variants 9d66d513 @jmooring #15039 #15040 #15043 
* hugolib: Fix page/section name collision regression f0133466 @jmooring #15046