Skip to main content

to_html

Function to_html 

Source
pub fn to_html(text: &str) -> String
Expand description

Render markdown text to HTML. Pure and deterministic; never fails — anything unrecognized falls back to escaped literal text.