Function comrak::markdown_to_html

source ·
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.