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.
fn raw_uri(dest_url: &CowStr<'_>, span: RawUriSpan) -> Vec<RawUri>Emulate <a href="..."> tag to be compatible with HTML links.
We might consider using the actual Markdown LinkType for better granularity in the future.