Back to Shardingsphere

Notice

docs/document/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md

5.5.3704 B
Original Source

The notice shortcode shows 4 types of disclaimers to help you structure your page.

Note

{{%/* notice note */%}}
A notice disclaimer
{{%/* /notice */%}}

renders as

{{% notice note %}} A notice disclaimer {{% /notice %}}

Info

{{%/* notice info */%}}
An information disclaimer
{{%/* /notice */%}}

renders as

{{% notice info %}} An information disclaimer {{% /notice %}}

Tip

{{%/* notice tip */%}}
A tip disclaimer
{{%/* /notice */%}}

renders as

{{% notice tip %}} A tip disclaimer {{% /notice %}}

Warning

{{%/* notice warning */%}}
A warning disclaimer
{{%/* /notice */%}}

renders as

{{% notice warning %}} A warning disclaimer {{% /notice %}}