pub fn markdown_to_html(md: &str) -> StringExpand 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.