pub fn simple_ref( opt_doctree_ref: &mut Option<&mut DocTree>, pattern_name: Pattern, captures: &Captures<'_>, ) -> (Vec<TreeNodeType>, usize)
Parses simple hyperlink references.