Table of Contents

Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

Callout

This shortcode allows you to display a block inside your document to make some information stand out.

As with all shortcodes, keep in mind that headers inside won’t appear in the article’s table of contents.
{{% callout %}}
#### This is a callout

This is a very important block of text. Also, notice how the title doesn't appear in the table of contents.
{{% /callout %}} 

Rendered result:

This is a callout

This is a very important block of text. Also, notice how the title doesn’t appear in the table of contents.