Skip to main content

extract_documentation

Function extract_documentation 

Source
pub fn extract_documentation(html: &str) -> String
Expand description

Extract documentation from HTML by cleaning and converting to Markdown

For docs.rs pages, extracts only the main content area to avoid navigation elements, footers, and other non-documentation content.