pub fn tokens_to_classed_html(
    line: &str,
    ops: &[(usize, ScopeStackOp)],
    style: ClassStyle,
) -> String👎Deprecated since 3.1.0: Use 
line_tokens_to_classed_spans instead to avoid incorrect highlighting and panics