pub fn code_block_with_lang(code: &str, lang: &str) -> String
Expand description

Formats the code block with a specific language syntax.

Escapes ``` and \ characters inside the block.