It says you should:
| test | two | three | four | |------|-----|-------|------| | five | six | seven | eight |
yet another
wheee
rust fn main() { let poop = 3; println!("This is a test of the syntax highlighting {}", poop); }