mdbook-trunk 0.2.0

mdBook plugin which bundles packages using Trunk and includes them as iframes.
Documentation
1
2
3
4
5
6
7
8
mod config;
mod parser;
mod preprocessor;
mod renderer;
mod trunk;

pub use preprocessor::TrunkPreprocessor;
pub use renderer::TrunkRenderer;