fn render_markdown(md: &str) -> StringExpand description
Convert a Markdown string to an HTML fragment.
Enables tables, strikethrough, and footnotes — a superset of what
crate::site’s own renderer uses.
fn render_markdown(md: &str) -> StringConvert a Markdown string to an HTML fragment.
Enables tables, strikethrough, and footnotes — a superset of what
crate::site’s own renderer uses.