You can add notice blocks to make some information stand out:
{{% notice note %}}
This is something you may want to know.
{{% /notice %}}
Renders to:
{{% notice tip %}}
Everything will be fine, trust me.
{{% /notice %}}
Renders to:
{{% notice info %}}
This is pretty important, you should pay attention.
{{% /notice %}}
Renders to:
{{% notice warning %}}
Watch out, danger zone!
{{% /notice %}}
Renders to: