pub fn new_paragraph(
    text: &mut String,
    list_stack: &mut Vec<(Option<u64>, bool)>
)