Sha256: a5f6ef0b680936494b436d708b3ddc4b0e9c571d10b6e83faf5e4487627e32a8
Contents?: true
Size: 788 Bytes
Versions: 1
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 */%}} An warning disclaimer {{%/* /notice */%}} ``` renders as {{% notice warning %}} A warning disclaimer {{% /notice %}}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rbcli-0.2.12 | docs-src/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md |