pub fn html_to_markdown(html: &str) -> StringExpand description
Convert a cleaned HTML fragment to Markdown.
This helper accepts fragments, not full documents. Full extraction already
populates crate::Article::markdown.
pub fn html_to_markdown(html: &str) -> StringConvert a cleaned HTML fragment to Markdown.
This helper accepts fragments, not full documents. Full extraction already
populates crate::Article::markdown.