Skip to main content

markdown_to_html

Function markdown_to_html 

Source
pub fn markdown_to_html(md: &str) -> String
Expand description

Convert Markdown to HTML (pulldown-cmark). Safe for untrusted text content.