Skip to main content

escape_html

Function escape_html 

Source
pub fn escape_html(s: &str) -> String
Expand description

Escape the five HTML-significant characters so untrusted text (math source, diagram source) can be embedded inside generated markup safely.