// hello // // line after empty line, // newline after comment line. // ```v // code // ``` // // test // ==== // - foo // - bar // # test // ########### deep test // #a shouldn't have a newline // test // // | foo bar | yes | // |-----------|--------| // | working | yup | pub fn funky() { println('hi') }