Testing language syntax in markdown
•
languagessyntax
Below is some python code:
def func():
  print('funcy')
Here is some rust code:
fn main() {
  let derp = 'derp';
  println!("{:?}", derp)
}
a table test
| h1 | h2 | h3 | h4 | h5 | 
|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 
| 6 | 7 | 8 | 9 | 0 | 
| 1 | 2 | 3 | 4 | 5 | 
DERP