| You type | You get |
|---|---|
| *italic* | italic |
| **bold** | bold |
| [Bah!](http://humbughq.com) | Bah! |
| * a * b * c |
|
| > Quoted | Quoted |
| Some inline `code` | Some inline code |
| ~~~ def bah(): print "Humbug" ~~~ | def bah():
print "Humbug" |
| ~~~ .py def bah(): print "Humbug" ~~~ |
def bah(): print "Humbug" |
You can also make a code block by indenting each line with 4 spaces.