Skip to main content

render_html

Function render_html 

Source
pub fn render_html(source: &str) -> String
Expand description

Render a complete source document to a standalone HTML document directly from the Rust-owned IR. This is intentionally source-oriented for FFI: bindings pass UTF-8 source once and never reconstruct MDI syntax in a host renderer.