Skip to main content

render_html_with_render_options

Function render_html_with_render_options 

Source
pub fn render_html_with_render_options(
    source: &str,
    opts: ParseOptions,
    render: RenderOptions,
) -> Result<String, ParseError>
Expand description

Render Markdown to HTML under explicit recognition and render options.

ยงErrors

Returns ParseError if parser execution cannot safely recognise the canonicalised source.