pub fn parse_aplus_active_element_input(
src_lines: &Vec<String>,
doctree: DocTree,
line_cursor: &mut LineCursor,
base_indent: usize,
empty_after_marker: bool,
first_indent: usize,
body_indent: usize,
) -> TransitionResult