pub fn encode_style_single_quoted_text<S: ?Sized + AsRef<str>>(
text: &S,
) -> Cow<'_, str>
Expand description
Encode text used in a single quoted text in the <style>
element.
The following substring and character are escaped:
</style>
=><\/style>
'
=>\'
<!--
=><\!--