Testando com Sucessinho o Markdown
Bom dia time! Este é um singelo teste...
Motivo 1
Havia um tempo em que...
Outrora hora ora ora ora
Sei que nada sei
Motivo 2
- Sucessinho ✅
- Massinha 🍰
- Açaí 🍇
Motivo 3
Digimon
- Yu-Gi-Oh
- Pokemon
Motivo 4
Aloha, Hello, Olá
,
Motivo 5
- Love
- Amor
- Dragoste
Motivo 6
Título 1 | Título 2 | Título 3 |
---|---|---|
Linha 1 | Linha 1 | Linha 1 |
Linha 2 | Linha 2 | Linha 2 |
Códigos
- Python
print("Hello World")
- Rust
fn main() {
println!("Hello World");
}
- Php
<?php
echo 'Hello Word'
?>
- Javascript
console.log('Hello Word')
- Java
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
- GoLang
package main
import "fmt"
func main() {
fmt.Println("hello world")
}
- Lisp
(format t "Hello, World!")
Bônus
Olha só:
graph LR;
A-->B;
B-->C;
C-->D;
D-->A;
Este gráfico é top demais
pie title Galerinha de TI com os code nomes de seus influencers
"Deschampers" : 317
"Gafanhoters" : 216
"Código Fonters" : 150
"Linux Tipers": 112
"L. Montaners": 105
Outro diagrama, porque é muito legal!!!
flowchart LR
A-->B
B-->C
C-->D
click A callback "Tooltip for a callback"
click B "https://www.github.com" "This is a tooltip for a link"
click A call callback() "Tooltip for a callback"
click B href "https://www.github.com" "This is a tooltip for a link"
Mais um né....
flowchart LR
A[Hard edge] -->|Link text| B(Round edge)
B --> C{Decision}
C -->|One| D[Result one]
C -->|Two| E[Result two]
Tá bom, a saidera!!!
flowchart LR
id1(Start)-->id2(Stop)
style id1 fill:#f9f,stroke:#333,stroke-width:4px
style id2 fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff,stroke-dasharray: 5 5