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