Files
athens/docs/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md
Brian Ketelsen c95daa79c1 docs: hugo site generator for docs endpoint (#18)
* docs: add docs endpoint with pretty template. partially fixes #17

* add docs target to makefile, modify hugo target
2018-03-01 11:20:53 -08:00

788 B

title, description
title description
Notice 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 %}}