pub fn render_document(input: &str, options: RenderOptions) -> StringExpand 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.