[go: up one dir, main page]

markdown_to_html

Function markdown_to_html 

Source
pub fn markdown_to_html(md: &str, options: &Options<'_>) -> String
Expand description

Render Markdown to HTML.

See the documentation of the crate root for an example.