Function mas_templates::escape_html
source ยท pub fn escape_html(input: &str) -> String
Expand description
Escape the given string for use in HTML
It uses the same crate as the one used by the minijinja templates
pub fn escape_html(input: &str) -> String
Escape the given string for use in HTML
It uses the same crate as the one used by the minijinja templates