Dicas de Sintaxe básica de escrita e formatação em arquivos .md no GitHub
# titulo 1
## titulo 2
### titulo 3
#### titulo 4
###### O título menor
*texto formatado em itálico*
: texto formatado em itálico
**texto formatado em negrito**
: texto formatado em negrito
~~texto formatado em tachado~~
: texto formatado em tachado
- testando `exemplo de codigo` no meio do texto (aspas simples)
testando exemplo de codigo
no meio do texto
- ou destacar exemplo de código num quadro (aspas triplas)
```
codigo destacado
```
codigo destacado
obs.: use "acento crase" para fazer aspas
Adicionando Links (atalho Ctrl
+k
):
Este site foi construído usando [GitHub Pages](https://pages.github.com/).
Este site foi construído usando GitHub Pages.
Adicionando uma imagem:
![Isso é uma imagem](https://myoctocat.com/assets/images/base-octocat.svg)
- Item 01
- Item 02
- Item 03
- Item 01
- Item 02
- Item 03
1. Item 01
2. Item 02
3. Item 03
- Item 01
- Item 02
- Item 03
- [x] Tarefa 01
- [ ] Tarefa 02
- [ ] Tarefa 03
- Tarefa 01
- Tarefa 02
- Tarefa 03
Com cabeçalho:
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
Sem cabeçalho:
| | |
| --- | --- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
Content Cell | Content Cell |
Content Cell | Content Cell |
Por enquanto é só, espero que ajude!
André Carlucci