mdbook-plotly 0.2.1

A mdbook preprocessor that renders plot code blocks (e.g., ```plot) into interactive or static charts during book build.
Documentation
1
2
3
pub mod code_handler;
pub mod macros;
pub mod preprocessor;