pub async fn rewrite_html_streaming(html: &str, commonmark: bool) -> String
Expand description
Main function of this library async streaming. Rewrites incoming HTML, converts it into Markdown and returns converted string. Incomplete work in progress for major performance increases.
§Arguments
html
is source HTML as String