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