Sha256: f280e214de86c66d42d5d3eb666149829a1ec1c6d079219bfb25224c45245717

Contents?: true

Size: 788 Bytes

Versions: 4

Compression:

Stored size: 788 Bytes

Contents

---
title: Notice
description : "Disclaimers to help you structure your page"
---

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 %}}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rbcli-0.3.3 docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md
rbcli-0.3.2 docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md
rbcli-0.3.1 docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md
rbcli-0.3.0 docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md