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

tip-1th

1
I am a test code, 1th.

tip-2th

1
I am a test code, 2th.
warning

I am a warning test, 2th

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