Skip to main content

CODE_PRE_CLASS

Constant CODE_PRE_CLASS 

Source
pub const CODE_PRE_CLASS: &str = "docgen-code";
Expand description

CSS class on the highlighted <pre> wrapper. Syntect runs in class-based mode (ClassStyle::Spaced): spans carry space-separated, lowercased TextMate scope atoms (e.g. keyword, string, constant numeric) and the colors live in the shipped code.css, theme-aware for both light and dark. There is no embedded syntect theme and no inline style="color:…".