Skip to main content

try_render_markdown

Function try_render_markdown 

Source
pub fn try_render_markdown(
    content: &str,
    options: &MarkdownOptions,
) -> Result<RenderResult>
Expand description

Render markdown with explicit options, returning the full render result.