Skip to main content

raw_uri

Function raw_uri 

Source
fn raw_uri(dest_url: &CowStr<'_>, span: RawUriSpan) -> Vec<RawUri>
Expand description

Emulate <a href="..."> tag to be compatible with HTML links. We might consider using the actual Markdown LinkType for better granularity in the future.