Function rewrite_html

Source
pub fn rewrite_html(html: &str, commonmark: bool) -> String
Expand description

Main function of this library to come. 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