The “Notices” shortcode enables you to call out pieces of information - sidebars, warnings, tips, etc.
To create a notice on a page, you can use the notice shortcode.
You use the notice shortcode, with the first parameter being one of note, info, tip, and warning. Then add a title for your
note in quotes as the second parameter. The inner body of the note can be whatever markdown you want to create.
The following shortcode syntax within a markdown doc:
{{% notice note "Note" %}}
This is a standard "note" style.
{{% /notice %}}will render as:
The other three variants follow.
Also note that the content of a notice can contain anything you could put on a normal page - as shown below: