inline_target

Function inline_target 

Source
pub fn inline_target(
    opt_doctree_ref: &mut Option<&mut DocTree>,
    pattern_name: Pattern,
    captures: &Captures<'_>,
) -> (Vec<TreeNodeType>, usize)
Expand description

Parses inline reference targets. These do not actually create new nodes, but push new labels into the doctree’s inline target stack.