Found in: #121
Problem
The heading class logic in _toctree_fix was reworked:
- Removed
even/odd/last classes from <h1>/<h2> headings
- Moved those classes to a sibling
<span> element
- Added new
heading-N and anchor-before-heading classes
This changes the HTML output structure. Any user with custom CSS targeting h2.even, h2.last, etc. will be broken.
Action needed
- Add a changelog entry documenting the change
- Add a migration note explaining what CSS selectors need updating
Found in: #121
Problem
The heading class logic in
_toctree_fixwas reworked:even/odd/lastclasses from<h1>/<h2>headings<span>elementheading-Nandanchor-before-headingclassesThis changes the HTML output structure. Any user with custom CSS targeting
h2.even,h2.last, etc. will be broken.Action needed