mdbook/crates
Eric Huss 402d11414c Change all HTML IDs to have a prefix
This changes all HTML IDs so that they have the `mdbook-` prefix. This
should help avoid ID conflicts between internal IDs and IDs from user
content such as section headers.

This is a relatively disruptive change and has a high risk of breaking
something. However, I think I have covered everything, and if anything
is missed, hopefully it will get detected.

I did not change class names since the chance of a collision is much
smaller than with IDs. However, that is something that could be
considered in the future.

Closes https://github.com/rust-lang/mdBook/issues/880
2025-08-19 19:38:22 -07:00
..
mdbook-core Change CLI dest-dir to be relative to the current directory 2025-08-18 16:28:08 -07:00
mdbook-driver Add tests for preprocessor/output default sort order 2025-08-18 11:59:15 -07:00
mdbook-html Change all HTML IDs to have a prefix 2025-08-19 19:38:22 -07:00
mdbook-markdown Add space between consecutive footnotes 2025-08-18 17:11:18 -07:00
mdbook-preprocessor Change PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -07:00
mdbook-renderer Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook-summary Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00