fn counter_style_name_from_ident<'i>(
ident: &CowRcStr<'i>,
) -> Result<CustomIdent, ParseError>Expand description
This allows the reserved counter style names “decimal” and “disc”.
fn counter_style_name_from_ident<'i>(
ident: &CowRcStr<'i>,
) -> Result<CustomIdent, ParseError>This allows the reserved counter style names “decimal” and “disc”.