Welcome to MkDocs
For full documentation visit mkdocs.org.
Markdown
Etapas necessárias
- Etapa 1
- Etapa 2
- Etapa 3
- Etapa 4
Bloco de Código Cercado
```
a=2
b=3
a+b=
Conseguir fazer
- Teste 1
- Teste 2
- Teste 3
- Teste 4
- Teste 5
Linhas de Programação - Comandos
Commands
pip install mkdocs- Instalação da documentaçãomkdocs new [dir-name]- Create a new project.mkdocs serve- Start the live-reloading docs server.mkdocs build- Build the documentation site.mkdocs -h- Print help message and exit.
Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
Emoji

Tachado
Realce
== realce==
Blocos de Programação
arquivo1.py | |
|---|---|
1 2 3 4 | |