pub fn highlight_code(code: &str, language: Option<&str>) -> StringExpand description
Apply syntax highlighting to code.
Returns HTML string with inline styles for syntax highlighting.
Falls back to plain code wrapped in <code> if highlighting fails.