You type | You get |
---|---|
*italic* | italic |
**bold** | bold |
[Bah!](http://humbughq.com) | Bah! |
* a * b * c |
|
> Quoted | Quoted |
Some inline `code` | Some inline code |
~~~~ print "Humbug" print "Bah" ~~~~ |
print "Humbug" print "Bah" |
(Indenting each line four spaces also creates a code block.) |