normal use

Note example:

1
2
3
{{% notice note %}}
A notice disclaimer
{{% /notice %}}

Result:

note
A notice disclaimer

You could custom title :

1
2
3
{{% notice note 笔记 %}}
A notice disclaimer
{{% /notice %}}
笔记
A notice disclaimer

tip

1
2
3
{{% notice tip %}}
A tip disclaimer
{{% /tip %}}
tip
A tip disclaimer

info

1
2
3
{{% notice info %}}
A info disclaimer
{{% /notice %}}
info
An information disclaimer

warning

1
2
3
{{% notice warning %}}
A warning disclaimer
{{% /notice %}}
warning
An warning disclaimer