pub fn render_code_block( lang: &str, code_lines: &[String], theme: &Theme, width: u16, output: &mut Vec<Line<'static>>, )