fn close_heading_wrapper(heading_stack: &mut Vec<u8>) -> String {
let mut string = String::new();
while let Some(_open_heading) = heading_stack.pop() {
fn close_heading_wrapper(heading_stack: &mut Vec<u8>) -> String {
let mut string = String::new();
while let Some(_open_heading) = heading_stack.pop() {