1 2 3 4 5
use skymark::HtmlToMarkdown; pub fn translate(html: &str) -> String { HtmlToMarkdown::new().translate(html) }