This changes preprocessors so that: - Relative paths in the `command` value are relative to the book root. - The process current directory is the book root. This makes it so that it isn't dependent on the directory where `mdbook` is executed. Fixes https://github.com/rust-lang/mdBook/issues/1424 |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
mdbook-driver
This is the high-level Rust library for running mdBook. New books can be created using BookBuilder. The primary type MDBook can be used to manage and render books.
This crate is maintained by the mdBook team for use by the wider ecosystem. This crate follows semver compatibility for its APIs.