This is a page with more custom shortcodes.
Alerts
Note alert
1{{< note >}}
2Highlights information that users should take into account, even when skimming.
3{{< /note >}}
Highlights information that users should take into account, even when skimming.
Tip alert
1{{< tip >}}
2Optional information to help a user be more successful.
3{{< /tip >}}
Optional information to help a user be more successful.
Important alert
1{{< important >}}
2Crucial information necessary for users to succeed.
3{{< /important >}}
Crucial information necessary for users to succeed.
Warning alert
1{{< warning >}}
2Critical content demanding immediate user attention due to potential risks.
3{{< /warning >}}
Critical content demanding immediate user attention due to potential risks.
Caution alert
1{{< caution >}}
2Negative potential consequences of an action.
3{{< /caution >}}
Negative potential consequences of an action.
Details
1{{< details "More details" >}}
2> The past is never dead. It's not even past.
3>
4> -- William Faulkner, Requiem for a Nun
5{{< /details >}}
More details
The past is never dead. It’s not even past.
– William Faulkner, Requiem for a Nun
Quote
1{{< quote title="Requiem for a Nun" author="William Faulkner" ref="https://www.goodreads.com/work/quotes/2041161" >}}
2The past is never dead. It's not even past.
3{{< /quote >}}
“The past is never dead. It's not even past.”
@
You can use this shortcode to create a link to a GitHub user or Twitter user. For example, @Hugo and @GoHugo.io.
Here is the code:
1{{< at name=Hugo type=github id=gohugoio >}}
2{{< at name="GoHugo.io" type=twitter id=gohugoio >}}