---
label: Sample
layout: page
order: 100
---
metadadados da página:
label: Sample define o título quando diferente do primeiro cabeçalho
layout: page page faz com que a página fique oculta do menu
order: 100 quando maior, mais para cima do menu, pode ser de -infinito a +infinito
#
Page title here
This is a paragraph.
exemplo de links externo e internos inventário - leia-me
link referenciado é mais proeminente:
Another paragraph with bold, italic, strikethrough, and code samples.
linha separadora:
---
#
Lists
- First item
- subitem
- Second item
- Third item
- First item
- sub-item
- Second item
- sub-item
- sub-item
- Third item
"Cool! This is a quotation."
Need to draw attention to something? Use an alert.
Success
This is a success alert.
Danger
This is a danger alert.
Warning
This is a warning alert.
Primary
success
danger
warning
info
Column 1
Column 2
Column 3
Content 1
Content 2
Content 3
tabela
alinhamento
tabela compacta
graph LR
A[Hard edge] -->|Link text| B(Round edge)
B --> C{decisão}
C -->|One| D[Result one]
C -->|Two| E[Result two]graph TD;
A-->B;
A-->C;
B-->D;
C-->D;sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts <br/>prevail!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!exemplo avançado.
This text is wrapped in a Container component and has a custom css class applied.