Function teloxide::utils::markdown::italic

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

Applies the italic font style to the string.

Can be safely used with utils::markdown::underline(). Passed string will not be automatically escaped because it can contain nested markup.