pub fn markdown_to_html(md: &str) -> String
Convert Markdown to HTML (pulldown-cmark). Safe for untrusted text content.