katana-render-runtime 0.3.1

Versioned render runtime for KatanA diagrams and math (Mermaid, Draw.io, ZenUML, PlantUML, MathJax).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod diagram_type;
mod js_runtime;
mod js_runtime_scripts;
pub mod render;
pub mod resolve;
pub mod types;
#[cfg(test)]
mod zenuml_v8_runtime;

pub use crate::markdown::runtime_assets::{MERMAID_JS_CHECKSUM, MERMAID_JS_VERSION};
pub use resolve::MermaidBinaryOps;
pub use types::MermaidRenderOps;