Skip to main content

extract_image

Function extract_image 

Source
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.