2020-01-12 06:33:02 -08:00
|
|
|
Hint shortcode can be used as hint/alerts/notification block.
|
|
|
|
There are 3 colors to choose: `info`, `warning` and `danger`.
|
|
|
|
|
|
|
|
```tpl
|
|
|
|
{{</* hint [info|warning|danger] */>}}
|
2020-01-16 02:40:38 -08:00
|
|
|
**Markdown content**\
|
2020-05-31 09:17:32 -07:00
|
|
|
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
|
|
|
|
Ornateness bland it ex enc, est yeti am bongo detract re.
|
2020-01-12 06:33:02 -08:00
|
|
|
{{</* /hint */>}}
|
|
|
|
```
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
{{< hint info >}}
|
2020-01-16 02:40:38 -08:00
|
|
|
**Markdown content**\
|
2020-05-31 09:17:32 -07:00
|
|
|
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
|
2020-09-10 13:23:24 -07:00
|
|
|
Ornateness bland it ex enc, est yeti am bongo detract re.
|
2020-01-12 06:33:02 -08:00
|
|
|
{{< /hint >}}
|
|
|
|
|
|
|
|
{{< hint warning >}}
|
2020-01-16 02:40:38 -08:00
|
|
|
**Markdown content**\
|
2020-05-31 09:17:32 -07:00
|
|
|
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
|
2020-09-10 13:23:24 -07:00
|
|
|
Ornateness bland it ex enc, est yeti am bongo detract re.
|
2020-01-12 06:33:02 -08:00
|
|
|
{{< /hint >}}
|
|
|
|
|
|
|
|
{{< hint danger >}}
|
2020-01-16 02:40:38 -08:00
|
|
|
**Markdown content**\
|
2020-05-31 09:17:32 -07:00
|
|
|
Dolor sit, sumo unique argument um no. Gracie nominal id xiv. Romanesque acclimates investiture.
|
2020-09-10 13:23:24 -07:00
|
|
|
Ornateness bland it ex enc, est yeti am bongo detract re.
|
2020-01-12 06:33:02 -08:00
|
|
|
{{< /hint >}}
|