html_to_markdown

Function html_to_markdown 

Source
pub fn html_to_markdown(html: String) -> Result<String>
Expand description

Convert an HTML string to markdown.

  • html - The HTML string to convert.