pub const fn resolve_html5_entity(entity: &str) -> Option<&'static str>
Available on crate feature
escape-html
only.Expand description
Resolves all HTML5 entities. For complete list see https://dev.w3.org/html5/html-author/charref.