fn extract_image(dest_url: &CowStr<'_>, span: RawUriSpan) -> Vec<RawUri>Expand description
Emulate <img src="..."> tag to be compatible with HTML links.
We might consider using the actual Markdown LinkType for better granularity in the future.
fn extract_image(dest_url: &CowStr<'_>, span: RawUriSpan) -> Vec<RawUri>Emulate <img src="..."> tag to be compatible with HTML links.
We might consider using the actual Markdown LinkType for better granularity in the future.