[][src]Function comrak::markdown_to_html

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

Render Markdown to HTML.

See the documentation of the crate root for an example.