Function teloxide::utils::html::code_block

source ·
pub fn code_block(code: &str) -> String
Expand description

Formats the code block.

Escapes HTML characters inside the block.