pub fn escape(s: &str) -> String
Escape text for HTML. The one place &, < and > are handled, so no renderer has to remember to.
&
<
>