| Crates.io | mdbook-check-missing-md |
| lib.rs | mdbook-check-missing-md |
| version | 0.1.1 |
| created_at | 2024-06-14 15:22:00.817867+00 |
| updated_at | 2024-06-18 12:09:05.247159+00 |
| description | A backend for `mdbook` which will find Markdowns you forgot on SUMMARY.md. |
| homepage | |
| repository | https://github.com/staticdev/mdbook-check-missing-md |
| max_upload_size | |
| id | 1272123 |
| size | 42,093 |
A backend for mdbook which will find Markdowns you forgot on SUMMARY.md.
First you'll need to install mdbook-check-missing-md:
cargo install mdbook-check-missing-md
To use this preprocessor, add it to your book.toml file:
[output.check-missing-md]
Then run:
mdbook build
Build and run tests with:
cargo build
cargo test
This plugin was heavily inspired by mdbook-linkcheck.