mdbook/tests/gui
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
..
help.goml Add help gui test 2025-05-15 05:25:48 -07:00
move-between-pages.goml Fix loading of mode-rust.js 2025-05-23 07:19:27 -07:00
redirect.goml Remove external website tests 2025-08-18 13:55:45 -07:00
runner.rs Move common lint controls to Cargo.toml 2025-07-23 17:29:12 -07:00
search.goml Change all HTML IDs to have a prefix 2025-08-19 19:38:22 -07:00
sidebar-active.goml Break off query string when comparing url for sidebar 2025-04-21 12:03:17 -07:00
sidebar-nojs.goml Remove fail-on-request-error in GUI tests as they are not needed anymore 2025-03-22 17:56:22 +01:00
sidebar.goml Change all HTML IDs to have a prefix 2025-08-19 19:38:22 -07:00
theme.goml Change all HTML IDs to have a prefix 2025-08-19 19:38:22 -07:00