Sintaxe rápida
# Título
## Subtítulo
**negrito**
*itálico*
[link](https://exemplo.com)

- item
- [ ] tarefa
> citação
```js
console.log('Olá');
```
| Coluna | Valor |
| ------ | ----- |
| A | 1 |
Atalhos
- Ctrl/Cmd + S: baixar arquivo .md
- Ctrl/Cmd + Shift + P: exportar PDF
- Ctrl/Cmd + Shift + H: exportar HTML
- Ctrl/Cmd + Shift + D: exportar DOCX
- Ctrl/Cmd + Shift + L: copiar link compartilhável
- Ctrl/Cmd + B: negrito
- Ctrl/Cmd + I: itálico
- Ctrl/Cmd + Shift + 1: heading H1
- Ctrl/Cmd + /: alternar foco editor/preview
Templates incluídos
- README
- Post de blog
- Ata de reunião
- Notas de release