mdbook/crates/mdbook-driver/src
Eric Huss 338a9b424e Change with_renderer/with_preprocessor to overwrite
This changes `with_renderer` and `with_preprocessor` to replace any
extensions of the same name instead of just appending to the list. This
is necessary for rust-lang's build process, because we replace the
preprocessors with local ones. Previously, mdbook would just print an
error, but continue working. With the change that preprocessors are no
longer optional by default, it is now required that we have a way to
replace the existing entries.
2025-08-18 11:18:31 -07:00
..
builtin_preprocessors Add optional field for preprocessors 2025-08-16 13:39:54 -07:00
builtin_renderers Factor out handle_render_command_error 2025-08-16 13:23:18 -07:00
mdbook Change with_renderer/with_preprocessor to overwrite 2025-08-18 11:18:31 -07:00
init.rs Update toml to 0.9.2 2025-07-25 13:24:27 -07:00
lib.rs Factor out handle_render_command_error 2025-08-16 13:23:18 -07:00
load.rs Switch all public types to non_exhaustive 2025-08-09 17:02:01 -07:00
mdbook.rs Change with_renderer/with_preprocessor to overwrite 2025-08-18 11:18:31 -07:00