Skip to main content

html_to_markdown

Function html_to_markdown 

Source
pub fn html_to_markdown(html: &str, options: &MarkdownOptions) -> String
Expand description

Convert cleaned HTML to markdown.

This is the main entry point for the markdown conversion module. The HTML should already be standardized via elements::standardize_all().