Message formatting

You type You get
**bold** bold
[{{product_name}}](https://zulip.com) {{product_name}}
* Archimedes
* Bohr
* Curie
  • Archimedes
  • Bohr
  • Curie
:heart: (and many others, from the Noto Project) :heart:
@**Joe Smith**
(autocompletes from @joe)
@Joe Smith (notifies Joe Smith)
@**all** @all (notifies all recipients)
Some inline `code` Some inline code
``` def zulip(): print "{{product_name}}" ```
def zulip():
    print "{{product_name}}"
``` .py def zulip(): print "{{product_name}}" ```
def zulip():
    print "{{product_name}}"
You can also make a code block by indenting each line with 4 spaces.
> Quoted
Quoted
``` quote Quoted block ```

Quoted block

You can also make tables with this Markdown-ish table syntax.