pub fn render_html_with_options(
source: &str,
opts: ParseOptions,
) -> Result<String, ParseError>Expand description
Render Markdown to HTML under explicit recognition options.
ยงErrors
Returns ParseError if parser execution cannot safely recognise
the canonicalised source.