Notes / tip block

You can add notice blocks to make some information stand out:

Note

{{% notice note %}}
This is something you may want to know.
{{% /notice %}}

Renders to:

This is something you may want to know.

Tip

{{% notice tip %}}
Everything will be fine, trust me.
{{% /notice %}}

Renders to:

Everything will be fine, trust me.

Info

{{% notice info %}}
This is pretty important, you should pay attention.
{{% /notice %}}

Renders to:

This is pretty important, you should pay attention.

Warning

{{% notice warning %}}
Watch out, danger zone!
{{% /notice %}}

Renders to:

Watch out, danger zone!