Olha só, heyo tem callouts agora!

Como usar

Bem simples:

{{< 
callout 
    kind="info"
    title="Here's something you should probably know"
    content="Even light has a speed"
>}}

Nós temos alguns valores pré-configurados para kind. Mas também é possível customizar seu callout!

Kinds

Info

Here’s something you should probably know
Even light has a speed

Question

What is it?

Note that content can be empty.

Success

The speed of lights is exactly equal to $c$

The title can be empty, too.

Alert

Stop messing with me!
Just tell me the value

Nope

Nope
You should do some research

Note

Research
The speed of lights is exactly equal to 299,792,458 m/s

Você pode sugerir novos em heyo!

Customizados

Você pode escolher seu próprio ícone do Font Awesome e cor. Tudo que precisa fazer é adicionar icon e color no shortcode.

Examplo

{{< callout 
    title="Research"
    content="The speed of lights is _exactly equal_ to 299,792,458 m/s"
    icon="fas fa-atom"
    color="linear-gradient(95deg, #9198e5, #e66465)"
>}}

Será renderizado assim:

Research
The speed of lights is exactly equal to 299,792,458 m/s