{% trans %}You type{% endtrans %} {% trans %}You get{% endtrans %}
*italic* italic
**bold** bold
~~strikethrough~~ strikethrough
[Zulip website](https://zulip.org) Zulip website
* Milk
* Tea
  * Green tea
  * Black tea
  * Oolong tea
* Coffee
  • Milk
  • Tea
    • Green tea
    • Black tea
    • Oolong tea
  • Coffee
1. Milk
1. Tea
1. Coffee
1. Milk
2. Tea
3. Coffee
:heart: (and many others, from the Noto Project) :heart:
@**Joe Smith**
(autocompletes from @joe)
@Joe Smith (notifies Joe Smith)
@_**Joe Smith**
(autocompletes from @_joe)
Joe Smith (links to profile but doesn't notify Joe Smith)
@**all** @all (notifies all recipients)
#**streamName** #streamName (links to a stream)
/me is busy working
(send a status message as user Iago)
Iago is busy working
Some inline `code` Some inline code
``` def zulip(): print "Zulip" ```
def zulip():
    print "Zulip"
```python def zulip(): print "Zulip" ```
def zulip():
    print "Zulip"
{% trans %}To add syntax highlighting to a multi-line code block, add the language's first Pygments short name after the first set of back-ticks. You can also make a code block by indenting each line with 4 spaces.{% endtrans %}
> Quoted
Quoted
```quote Quoted block ```

Quoted block

Some inline math $$ e^{i \pi } + 1 = 0 $$ Some inline math eiπ+1=0e^{i\pi} + 1 = 0eiπ+1=0
```math \int_{0}^{1} f(x) dx ``` ∫01f(x)dx\int_{0}^{1} f(x) dx∫01​f(x)dx
{% trans %}You can also make tables with this Markdown-ish table syntax.{% endtrans %}

Detailed message formatting documentation