fn get_quote_from_pair<I, S>( item: &ContentItem<I>, opening: &S, closing: &S, ) -> Stringwhere S: ToString + ?Sized,