pub fn encode_text<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>
Encode text used as regular HTML text.
The following characters are escaped:
&
&
<
<
>
>