{% trans %}Message formatting{% endtrans %}

{% trans %}You type{% endtrans %} {% trans %}You get{% endtrans %}
*italic* italic
**bold** bold
~~strikethrough~~ strikethrough
[Zulip website](https://zulip.org) Zulip website
* 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)
#**streamName** #streamName (links to a stream)
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}}"
{% trans %}You can also make a code block by indenting each line with 4 spaces.{% endtrans %}
> Quoted
Quoted
``` quote Quoted block ```

Quoted block

{% trans %}You can also make tables with this Markdown-ish table syntax{% endtrans %}.