pub async fn rewrite_html_streaming(html: &str, commonmark: bool) -> StringExpand 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