Skip to main content

markdown_to_html

Function markdown_to_html 

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

Convert a subset of Markdown to HTML suitable for research/note pages. Handles: ATX headings, fenced code blocks, inline code, bold, bullet lists, blank-line-separated paragraphs, and bare URLs as links.