crates/mdbook-compare/README.md
This is a simple utility to compare the output of two different versions of mdbook.
To use this:
tidy.mdbook-compare with the arguments to the mdbook executables and the books to build.cargo run --manifest-path /path/to/mdBook/Cargo.toml -p mdbook-compare -- \
/path/to/orig/mdbook /path/to/my-book /path/to/new/mdbook /path/to/my-book
It takes two separate paths for the book to use for "before" and "after" in case you need to customize the book to run on older versions. If you don't need that, then you can use the same directory for both the before and after.
mdbook-compare will do the following:
compare1 and compare2.tidy.git diff to compare the output.