pub fn process_manpage_references(
html: &str,
manpage_urls: Option<&HashMap<String, String>>,
) -> StringExpand description
Process manpage references in HTML content.
This function processes manpage references by finding span elements with manpage-reference class and converting them to links when URLs are available.
§Arguments
html- The HTML content to processmanpage_urls- Optional mapping of manpage names to URLs
§Returns
The processed HTML with manpage references converted to links