Skip to main content

render_document

Function render_document 

Source
pub fn render_document(input: &str, options: RenderOptions) -> String
Expand description

Renders one .vertext strip to HTML.

Without RenderOptions::whole_strip_code the input is split at the reserved markers into prose/code segments, each laid out under its own rule set.