mdbook/crates
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
..
mdbook-core Don't serialize the default for book.src 2025-08-16 15:21:46 -07:00
mdbook-driver Change with_renderer/with_preprocessor to overwrite 2025-08-18 11:18:31 -07:00
mdbook-html Use embedded SVG instead of fonts for icons 2025-08-14 20:14:55 -07:00
mdbook-markdown Update crate docs 2025-07-23 17:47:31 -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