mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-16 14:33:10 +00:00
Refactor toast shortcode
This commit is contained in:
@@ -464,11 +464,11 @@ As an example, the following shortcode displays a button that, when clicked, tri
|
||||
Show toast 2
|
||||
{{</* /button */>}}
|
||||
|
||||
{{</* toast id="toast-example-1" header="First title" */>}}
|
||||
{{</* toast id="toast-example-1" title="First title" */>}}
|
||||
This is the first toast message. It supports `markdown.`
|
||||
{{</* /toast */>}}
|
||||
|
||||
{{</* toast id="toast-example-2" header="Second title" */>}}
|
||||
{{</* toast id="toast-example-2" title="Second title" */>}}
|
||||
This is the second toast message. It supports `markdown.`
|
||||
{{</* /toast */>}}
|
||||
{{< /example >}}
|
||||
|
Reference in New Issue
Block a user