pub(crate) fn parse_content_value(
v: &str,
attributes: &BTreeMap<String, String>,
counters: &BTreeMap<String, i64>,
quotes_pairs: Option<&[(String, String)]>,
quote_depth: usize,
counter_styles: &[CounterStyleDef],
) -> String