pub fn uri(
opt_doctree_ref: &mut Option<&mut DocTree>,
pattern_name: Pattern,
captures: &Captures<'_>,
) -> (Vec<TreeNodeType>, usize)Expand description
Parses inline URIs. These are split into general URIs and standalone email addresses.
These two are differentiate by whether the URI starts with a protocol scheme,
such as https://.