pub fn process_html_elements<F>(
html: &str,
regex: &Regex,
transform: F,
) -> StringExpand description
Apply a regex transformation to HTML elements using the provided function. Used by the markdown processor for HTML element transformations.