diff --git a/README.md b/README.md index b0a96e2..e887268 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,10 @@ Jotdown supports Rust edition 2021, i.e. Rust 1.56 and above. ## Usage Jotdown is primarily a parsing library but also has a minimal CLI -implementation and a simple web demo version. +implementation, a simple web demo, and a [mdBook] [plugin]. + +[mdBook]: https://github.com/rust-lang/mdBook +[plugin]: https://github.com/dcampbell24/mdbook-djot ### Library @@ -86,6 +89,12 @@ WebAssembly backend. [wasm-pack]: https://rustwasm.github.io/wasm-pack/ +### mdBook Plugin + +Check out the [test_book] for an example of how this works. + +[test_book]: https://github.com/dcampbell24/mdbook-djot/tree/main/test_book + ## Status ### Correctness