[go: up one dir, main page]

pub fn markdown_to_html(md: &str, options: &ComrakOptions) -> String
Expand description

Render Markdown to HTML.

See the documentation of the crate root for an example.