text

Function text 

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

This function is invoked when no other inline pattern matched. Eats up any consequent non-whitespace characters as a single word of “text”.