Markdown | HTML
------------------------------------
# H1 | <h1>Heading level 1</h1>
## H2 | <h2>Heading level 2</h2>
### H3 | <h3>Heading level 3</h3>
#### H4 | <h4>Heading level 4</h4>
##### H5 | <h5>Heading level 5</h5>
###### H6 | <h6>Heading level 6</h6>
------------------------------------
<h1 align="center">Lorem ipsum</h1>
<h2 align="center">Lorem ipsum</h2>
<h3 align="center">Lorem ipsum</h3>
<h1 align="center"><a href="url">Lorem ipsum</a></h1>
<h1 align="right">Lorem ipsum</h1>
<h2 align="right">Lorem ipsum</h2>
<h3 align="right">Lorem ipsum</h3>
<h1 align="left">Lorem ipsum</h1>
<h2 align="left">Lorem ipsum</h2>
<h3 align="left">Lorem ipsum</h3>
> Lorem ipsum
> Lorem ipsum
>
> Consectetur adipiscing elit.
<img src="https://url_da_imagem" title="Imagem">
|-------------------| |-----|
| |
| |--- Título da imagem
|--- URL da imagem
<img width="922" height="455" src="https://url_da_imagem">
|---------------------| |--------------------|
| |
| |--- URL da imagem
|
|--- Tamanho da imagem "width" largura e "height" altura.
<p align="center">
<img width="922" height="455" src="https://url_da_imagem">
</p>
<p align="right">
<img width="410" height="300" src="https://url_da_imagem">
</p>
<p align="left">
<img width="410" height="300" src="https://url_da_imagem">
</p>
<p align="center">
<img src="LINK_DA_IMAGEM" width="350" title="TEXTO">
<img src="LINK_DA_IMAGEM" width="350" alt="TEXTO">
</p>
[GitHub](https://github.com)
<p>Lorem ipsum.</p>
<p>Lorem ipsum.<br>
Consectetur adipiscing elit.</p>
Cabeçalho 1 | Cabeçalho 2
------------ | -------------
Texto 1 | Texto 2
Texto 1 | Texto 2
Cabeçalho 1 | Cabeçalho 2 | Cabeçalho 3
:------: | :------: | :------:
Texto 1 | Texto 2 | Texto 3
Texto 1 | Texto 2 | Texto 3
Cabeçalho 1 | Cabeçalho 2 | Cabeçalho 3
------: | ------: | ------:
Texto 1 | Texto 2 | Texto 3
Texto 1 | Texto 2 | Texto 3
Cabeçalho 1 | Cabeçalho 2 | Cabeçalho 3
:------ | :------ | :------
Texto 1 | Texto 2 | Texto 3
Texto 1 | Texto 2 | Texto 3
<table>
<tr><th> TABELA 01 </th><th> TABELA 02 </th></tr>
<tr><td>
|LISTA 01 | LISTA 01 | LISTA 01 |
|--|--|--|
|Nome 01 | 01 | 01 |
</td><td>
|LISTA 02 | LISTA 02 | LISTA 02 |
|--|--|--|
|Nome 02 | 02 | 02 |
</td></tr> </table>
<table>
<tbody>
<tr>
<td align="center"> Coluna 01 <br>
<span> Texto coluna 01 </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
</td>
<td align="center"> Coluna 03 <br>
<span> Texto coluna 01 </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
</td>
<td align="center"> Coluna 03 <br>
<span> Texto coluna 03 </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
<span> </span>
</td>
</tr>
</tbody>
</table>
- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported
- [x] list syntax required (any unordered or ordered list supported)
- [x] this is a complete item
- [ ] this is an incomplete item
* Lorem ipsum
* Lorem ipsum
* Lorem ipsum
#### Nome da Lista
* [Nome](https://odiegoduarte.github.io)
* [Nome](https://odiegoduarte.github.io)
* [Nome](https://odiegoduarte.github.io)
* Item 1
* Item 2
* Item 2a
* Item 2b
1. Lorem ipsum
2. Lorem ipsum
3. Lorem ipsum
1. Primeiro item da lista
- Primeiro item da lista aninhada
- Segundo item da lista aninhada
---
Markdown | HTML
----------------------------------------------------------------------------------------
*texto em itálico* | <em>texto em itálico</em>
**texto em negrito** | <strong>texto em negrito</strong>.
***texto em negrito e itálico*** | <strong><em>texto em negrito e itálico</em></strong>
----------------------------------------------------------------------------------------
~~~javascript
Esta é uma linha de código em Javascript.
~~~
~~~php
Esta é uma linha de código em PHP.
~~~
~~~html
Esta é uma linha de código em HTML.
~~~
@odiegoduarte Novo update.
Lorem ipsum. **[NomeSite](https://odiegoduarte.github.io)**.
Lorem ipsum. *[NomeSite](https://odiegoduarte.github.io)*.
Lorem ipsum. [`code`](#code).
<https://odiegoduarte.github.io>
<email@example.com>
Vamos renomear \*project\* para \*new-project\*.
<br>