Function html2md::parse_html
source · pub fn parse_html(html: &str) -> StringExpand description
Main function of this library. Parses incoming HTML, converts it into Markdown and returns converted string.
Arguments
html is source HTML as String