pub async fn rewrite_html_stream_custom_with_url<S, B, E>(
stream: S,
custom: &Option<HashSet<String>>,
commonmark: bool,
url: &Option<Url>,
) -> Result<String, StreamConvertError<E>>Expand description
Convert an async stream of HTML byte chunks into markdown with custom options.
ยงArguments
stream- an async stream of byte chunkscustom- custom tag handler producers for tags to ignorecommonmark- adjust output to CommonMark specurl- base URL for resolving relative links