Skip to main content

render_markdown

Function render_markdown 

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

Convert a Markdown string to an HTML fragment.

Enables tables, strikethrough, and footnotes — a superset of what crate::site’s own renderer uses.