Skip to main content

parse_content_value

Function parse_content_value 

Source
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