[][src]Function html2md::parse_html

pub fn parse_html(html: &str) -> String

Main function of this library. Parses incoming HTML, converts it into Markdown and returns converted string.

Arguments

html is source HTML as String