pub fn highlight_code(code: &str, lang: Option<&str>) -> String
对给定代码字符串按指定语言进行高亮,返回 HTML 字符串。
输出使用 spaced CSS class 风格,便于与 highlight.css 中的选择器匹配。
highlight.css