You type | You get |
---|---|
**bold** | bold |
[Zulip](http://zulip.com) | Zulip |
* Archimedes * Bohr * Curie |
|
:heart: (and many others, from the Noto Project) | |
@**Joe Smith** (autocompletes from @joe) |
@Joe Smith (notifies Joe Smith) |
@**all** | @all (notifies all recipients) |
Some inline `code` | Some inline code |
``` def zulip(): print "Zulip" ``` | def zulip(): print "Zulip" |
``` .py def zulip(): print "Zulip" ``` |
def zulip(): print "Zulip" |
You can also make a code block by indenting each line with 4 spaces. | |
> Quoted | Quoted |
``` quote Quoted block ``` |
|
You can also make tables with this Markdown-ish table syntax. |