pub fn code_block_with_lang(code: &str, lang: &str) -> String
Formats the code block with a specific language syntax.
Escapes ``` and \ characters inside the block.
\