Skip to main content

quarb_text/
render.rs

1//! Re-export of the koine renderer, which moved into the engine
2//! core when `| markdown` / `| html` / `| atrep` became pipeline
3//! stages (the stage and the export button are the same verb).
4//! The extension, the wasm builds, and the notebook exporters
5//! keep their `quarb_text::render_*` paths through this shim.
6pub use quarb::koine::{Render, render_node, render_nodes, render_values};