Skip to content

Commit 5b2cc17

Browse files
committed
Add note to changelog about a change in heading ID generation
I didn't fully appreciate that this changed in #2844 which changed how text content was collected from heading tags.
1 parent 8670bcc commit 5b2cc17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ The following is a summary of the changes that may require your attention when u
5858
[#2847](https://github.com/rust-lang/mdBook/pull/2847)
5959
- Added support for admonitions. These are enabled by default, with the option `output.html.admonitions` to disable it.
6060
[#2851](https://github.com/rust-lang/mdBook/pull/2851)
61+
- Headers that start or end with HTML characters like `<`, `&`, or `>` now replace those characters in the link ID with `-` instead of being stripped. This brings the header ID generation closer to other tools and sites.
62+
[#2844](https://github.com/rust-lang/mdBook/pull/2844)
6163

6264
### CLI changes
6365

0 commit comments

Comments
 (0)