Function rustla::parser::state_machine::block_quote::attribution[][src]

pub fn attribution(
    src_lines: &Vec<String>,
    base_indent: usize,
    section_level: &mut usize,
    line_cursor: &mut LineCursor,
    doctree: DocTree,
    captures: &Captures<'_>,
    pattern_name: &Pattern
) -> TransitionResult

A function that generates attribution nodes inside a block quote. An attribution ends block quotes, so encountering one makes the parser focus on the parent of the current node.