... | ... | @@ -13,20 +13,20 @@ |
|
|
|
|
|
---
|
|
|
|
|
|
* [CRIANDO ABA DE TELAS](gerenciando_wiki#abaTelas)
|
|
|
* [COLOCANDO TEXTO EM NEGRITO](gerenciando_wiki#negrito)
|
|
|
* [COLOCANDO TEXTO EM ITALICO](gerenciando_wiki#italico)
|
|
|
* [MARCANDO TEXTO ESPECIFICO](gerenciando_wiki#marcado)
|
|
|
* [CRIANDO TABELAS](gerenciando_wiki#tabelas)
|
|
|
* [TITULOS](gerenciando_wiki#titulos)
|
|
|
* [DIVISAO DE TEXTOS](gerenciando_wiki#divisao)
|
|
|
* [SEPARANDO TEXTOS](gerenciando_wiki#separacao)
|
|
|
* [COLOCANDO CÓDIGO NO TEXTO](gerenciando_wiki#codigo)
|
|
|
* [LINK DE ACESSO RÁPIDO](gerenciando_wiki#links)
|
|
|
* [CRIANDO ABA DE TELAS](escrevendo-em-markdown#abaTelas)
|
|
|
* [COLOCANDO TEXTO EM NEGRITO](escrevendo-em-markdown#negrito)
|
|
|
* [COLOCANDO TEXTO EM ITALICO](escrevendo-em-markdown#italico)
|
|
|
* [MARCANDO TEXTO ESPECIFICO](escrevendo-em-markdown#marcado)
|
|
|
* [CRIANDO TABELAS](escrevendo-em-markdown#tabelas)
|
|
|
* [TITULOS](escrevendo-em-markdown#titulos)
|
|
|
* [DIVISAO DE TEXTOS](escrevendo-em-markdown#divisao)
|
|
|
* [SEPARANDO TEXTOS](escrevendo-em-markdown#separacao)
|
|
|
* [COLOCANDO CÓDIGO NO TEXTO](escrevendo-em-markdown#codigo)
|
|
|
* [LINK DE ACESSO RÁPIDO](escrevendo-em-markdown#links)
|
|
|
* [COLOCANDO MARCAÇÃO DE TECLADO](gerenciamento_wiki#keyboard)
|
|
|
* [COLOCANDO CÓDIGO HEX DE CORES](gerenciamento_wiki#colors)
|
|
|
* [COLOCANDO CORES EM LETRAS NO GITHUB PAGES](gerenciamento_wiki#colorFonts)
|
|
|
* [EMOJIS](gerenciando_wiki#emojis)
|
|
|
* [EMOJIS](escrevendo-em-markdown#emojis)
|
|
|
|
|
|
* Markdown é uma Linguagem de Texto que estrutura como o Texto vai aparecer, essa Wiki toda é feita utilizando essa linguagem.
|
|
|
* Existem estruturas especificas para usar quando escreve em Markdown, onde podemos inventar coisas interessantes com elas.
|
... | ... | @@ -257,7 +257,7 @@ public class Teste{ |
|
|
* Exemplo:
|
|
|
|
|
|
```markdown
|
|
|
[Arquivos](gerenciando_wiki#linkAcessoRapido)
|
|
|
[Arquivos](escrevendo-em-markdown#linkAcessoRapido)
|
|
|
```
|
|
|
* O que vem depois do nome **gereniando_wiki** (que deve ser o nome deste arquivo markdown) e do **#** é uma Alias que poderemos usar em qualquer parte do nosso Código.
|
|
|
* Para chamar o Alias, devemos usar a seguinte tag:
|
... | ... | |