Function teloxide::utils::html::italic

source ·
pub fn italic(s: &str) -> String
Expand description

Applies the italic font style to the string.

Passed string will not be automatically escaped because it can contain nested markup.