pub fn highlight_block(
lang_hint: Option<&str>,
source: &str,
caps: TerminalCaps,
) -> StringExpand description
Highlight a complete fenced code block and return the indented, ANSI-tinted
multi-line string ready for push_markdown_body.