mdbook-plotly 0.3.0-beta

A mdbook preprocessor that renders plot code blocks (e.g., ```plot) into interactive or static charts during book build.
Documentation
1
2
3
4
5
6
7
pub mod code_handler;
pub mod macros;
#[cfg(feature = "tui")]
pub mod plot_schema;
pub mod preprocessor;
#[cfg(feature = "tui")]
pub mod tui;