// hello
//
// empty line
// newline using a full stop.
// ```v
// code
// ```
//
// test
// ====
// - foo
// - bar
// # test
// ########### deep test
// #a shouldnt have a newline
// test
//
// | foo bar   |  yes   |
// |-----------|--------|
// |  working  |  yup   |
pub fn funky() {
	println('hi')
}