pub fn html_to_markdown(html: &str, options: &MarkdownOptions) -> StringExpand 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().