24 lines
		
	
	
		
			304 B
		
	
	
	
		
			V
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			304 B
		
	
	
	
		
			V
		
	
	
// 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')
 | 
						|
}
 |