mdbook/crates/mdbook-driver/src
Eric Huss d7892f5601 Add optional field for preprocessors
This adds the `optional` field to the preprocessor configuration to
mirror the same option for the `output` table. Missing preprocessors are
now an error unless the `optional` field is set. This should help with
inadvertently building a book when a missing preprocessor that you
expect to be installed.
2025-08-16 13:39:54 -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 PreProcessor::supports_renderer to return a Result 2025-08-16 13:26:01 -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 Add optional field for preprocessors 2025-08-16 13:39:54 -07:00