Function markdown_to_html

Source
pub fn markdown_to_html(
    render_ctx: &RenderContext<'_>,
    md: &str,
    render_options: MarkdownToHTMLOptions,
) -> Option<String>