---
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:

inventário
../estoque/inventario-de-mercadorias/

Your logo
Your logo

Another paragraph with bold, italic, strikethrough, and code samples.

linha separadora:

---


# Lists

  • First item
    • subitem
  • Second item
  • Third item
  1. First item
    1. sub-item
  2. Second item
    1. sub-item
    2. sub-item
  3. Third item

"Cool! This is a quotation."

Primary

success

danger

warning

info

Column 1
Column 2
Column 3

Content 1

Content 2

Content 3

exemplo.txt
exemplo.txt 33B

tabela

Name Value
Item 1 Blue
Item 2 Green

alinhamento

Name Value Description
Item 1 Blue This is Item 1.
Item 2 Green This is Item 2.

tabela compacta

Name Value
Item 1 Blue
Item 2 Green
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.