pub fn escape_html(s: &str) -> String
Escape the five HTML-significant characters so untrusted text (math source, diagram source) can be embedded inside generated markup safely.