pub fn render_code_block( code: &str, lang: Option<&str>, ss: &SyntaxSet, ) -> Vec<Vec<InlineSegment>>
Render a code block with syntect syntax highlighting.